Added limits to pch, should fix Linux build.

--HG--
branch : dfighter-tools
hg/feature/light_cycle
dfighter1985 10 years ago
parent 481298b9f1
commit fe89e8f77c

@ -28,7 +28,6 @@
#include "nel/gui/view_renderer.h"
#include "nel/gui/db_manager.h"
#include "nel/gui/interface_factory.h"
#include <limits>
using namespace std;
using namespace NLMISC;

@ -18,6 +18,7 @@
#define NELGUI_H
#include <string>
#include <limits>
#include "nel/misc/types_nl.h"
#include "nel/misc/algo.h"

@ -28,8 +28,6 @@
#include "nel/gui/lua_ihm.h"
#include "nel/gui/view_pointer_base.h"
#include <limits>
using namespace std;
using namespace NLMISC;
using namespace NL3D;

Loading…
Cancel
Save