Merged in dfighter1985/ryzomcore/dfighter-tools (pull request #91)

Added limits to pch, should fix Linux build.

--HG--
branch : develop
This commit is contained in:
Laszlo Kis-Adam 2014-10-11 13:05:57 +02:00
commit a898d833eb
3 changed files with 1 additions and 3 deletions

View file

@ -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;

View file

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

View file

@ -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;