mirror of
https://github.com/glest/glest-source.git
synced 2025-08-18 06:01:17 +02:00
- bugfix for missing include on win32
This commit is contained in:
@@ -23,9 +23,11 @@
|
|||||||
#include <fontconfig/fontconfig.h>
|
#include <fontconfig/fontconfig.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#include "platform_common.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;
|
||||||
|
|
||||||
namespace Shared{ namespace Graphics{ namespace Gl{
|
namespace Shared{ namespace Graphics{ namespace Gl{
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user