Commit 49c681c1 authored by nanahira's avatar nanahira

missing includes

parent 1c90567e
......@@ -3,6 +3,9 @@
#include "network.h"
#include "game.h"
#include <algorithm>
#ifndef _WIN32
#include <dirent.h>
#endif
namespace ygo {
......
#include "image_manager.h"
#include "game.h"
#ifndef _WIN32
#include <dirent.h>
#endif
namespace ygo {
......
......@@ -4,6 +4,9 @@
#include "../ocgcore/ocgapi.h"
#include "../ocgcore/common.h"
#include "../ocgcore/mtrandom.h"
#ifndef _WIN32
#include <dirent.h>
#endif
namespace ygo {
......
......@@ -4,6 +4,9 @@
#include "../ocgcore/ocgapi.h"
#include "../ocgcore/common.h"
#include "../ocgcore/mtrandom.h"
#ifndef _WIN32
#include <dirent.h>
#endif
namespace ygo {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment