- compile fix on windows

This commit is contained in:
Mark Vejvoda 2011-10-05 14:09:03 +00:00
parent d37d360e21
commit 7ce7230b2c

View File

@ -15,6 +15,7 @@
#include "font_textFTGL.h" #include "font_textFTGL.h"
#include "opengl.h"
#include <stdexcept> #include <stdexcept>
#include <sys/stat.h> #include <sys/stat.h>
#include <FTGL/ftgl.h> #include <FTGL/ftgl.h>
@ -24,8 +25,8 @@
#endif #endif
#include "platform_common.h" #include "platform_common.h"
#include "opengl.h"
#include "util.h" #include "util.h"
using namespace std; using namespace std;
using namespace Shared::Util; using namespace Shared::Util;
using namespace Shared::PlatformCommon; using namespace Shared::PlatformCommon;