mirror of
https://github.com/glest/glest-source.git
synced 2025-08-19 06:31:19 +02:00
HAd to add a #define for includes on non WIN32 platform
This commit is contained in:
@@ -24,7 +24,10 @@
|
||||
#include "opengl.h"
|
||||
#include "faction.h"
|
||||
#include "factory_repository.h"
|
||||
#include <cmath>
|
||||
|
||||
#ifndef WIN32
|
||||
#include <cmath>
|
||||
#endif
|
||||
|
||||
#include "leak_dumper.h"
|
||||
|
||||
|
@@ -23,7 +23,11 @@
|
||||
#include "skill_type.h"
|
||||
#include "core_data.h"
|
||||
#include "renderer.h"
|
||||
#include <cmath>
|
||||
|
||||
#ifndef WIN32
|
||||
#include <cmath>
|
||||
#endif
|
||||
|
||||
#include "socket.h"
|
||||
|
||||
#include "leak_dumper.h"
|
||||
|
Reference in New Issue
Block a user