Fixed: Compilation

--HG--
branch : develop
This commit is contained in:
kervala 2015-01-13 15:08:13 +01:00
parent 303f7d2e79
commit 5ee2864491
3 changed files with 3 additions and 0 deletions

View file

@ -21,6 +21,7 @@
#include <math.h>
#include <list>
#include <limits>
#include "nel/misc/debug.h"
#include "nel/misc/config_file.h"

View file

@ -25,6 +25,7 @@
#include "game_share/synchronised_message.h"
#include "game_share/mirror.h"
#include <limits>
// Pet interface message class for AIS / EGS communication

View file

@ -28,6 +28,7 @@
#include <string>
#include <list>
#include <map>
#include <limits>
namespace NLNET
{