Fixed: Compilation

This commit is contained in:
kervala 2015-01-13 15:08:13 +01:00
parent d6a2af6abd
commit d52a60b837
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
{