mirror of
https://port.numenaute.org/aleajactaest/khanat-code-old.git
synced 2024-11-10 09:19:01 +00:00
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 <math.h>
|
||||||
|
|
||||||
#include <list>
|
#include <list>
|
||||||
|
#include <limits>
|
||||||
|
|
||||||
#include "nel/misc/debug.h"
|
#include "nel/misc/debug.h"
|
||||||
#include "nel/misc/config_file.h"
|
#include "nel/misc/config_file.h"
|
||||||
|
|
|
@ -25,6 +25,7 @@
|
||||||
#include "game_share/synchronised_message.h"
|
#include "game_share/synchronised_message.h"
|
||||||
#include "game_share/mirror.h"
|
#include "game_share/mirror.h"
|
||||||
|
|
||||||
|
#include <limits>
|
||||||
|
|
||||||
// Pet interface message class for AIS / EGS communication
|
// Pet interface message class for AIS / EGS communication
|
||||||
|
|
||||||
|
|
|
@ -28,6 +28,7 @@
|
||||||
#include <string>
|
#include <string>
|
||||||
#include <list>
|
#include <list>
|
||||||
#include <map>
|
#include <map>
|
||||||
|
#include <limits>
|
||||||
|
|
||||||
namespace NLNET
|
namespace NLNET
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue