mirror of
https://github.com/glest/glest-source.git
synced 2025-08-18 22:21:18 +02:00
- compile fix on windows
This commit is contained in:
@@ -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;
|
||||||
|
Reference in New Issue
Block a user