- compile fix on windows

This commit is contained in:
Mark Vejvoda 2011-10-05 14:09:03 +00:00
parent d37d360e21
commit 7ce7230b2c
1 changed files with 2 additions and 1 deletions

View File

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