Fixed: Compilation
This commit is contained in:
parent
d6a2af6abd
commit
d52a60b837
3 changed files with 3 additions and 0 deletions
|
@ -21,6 +21,7 @@
|
|||
#include <math.h>
|
||||
|
||||
#include <list>
|
||||
#include <limits>
|
||||
|
||||
#include "nel/misc/debug.h"
|
||||
#include "nel/misc/config_file.h"
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -28,6 +28,7 @@
|
|||
#include <string>
|
||||
#include <list>
|
||||
#include <map>
|
||||
#include <limits>
|
||||
|
||||
namespace NLNET
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue