- bugfix for missing include on win32

This commit is contained in:
Mark Vejvoda 2011-06-07 03:38:38 +00:00
parent 875e0c2920
commit bf9702cdca

View File

@ -23,9 +23,11 @@
#include <fontconfig/fontconfig.h>
#endif
#include "platform_common.h"
#include "util.h"
using namespace std;
using namespace Shared::Util;
using namespace Shared::PlatformCommon;
namespace Shared{ namespace Graphics{ namespace Gl{