mirror of
https://port.numenaute.org/aleajactaest/khanat-opennel-code.git
synced 2024-11-10 09:19:01 +00:00
Added limits to pch, should fix Linux build.
--HG-- branch : dfighter-tools
This commit is contained in:
parent
481298b9f1
commit
fe89e8f77c
3 changed files with 1 additions and 3 deletions
|
@ -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…
Reference in a new issue