Fix #229 missing include in tools sources
This commit is contained in:
parent
d820233d21
commit
06e443abbe
3 changed files with 4 additions and 0 deletions
|
@ -17,6 +17,7 @@
|
|||
#ifndef UTILS_H_
|
||||
#define UTILS_H_
|
||||
|
||||
#include <limits>
|
||||
|
||||
// DtName must be the 1st one
|
||||
enum TDataCol { DtName, DtTitle, DtRMFamily, DtGroup, DtEcosystem, DtLevelZone, DtStatQuality, DtProp, DtCreature, DtCreaTitle, DtCraftSlotName, DtCraftCivSpec, DtColor, DtAverageEnergy, DtMaxLevel, DtCustomizedProperties, DtNbCols };
|
||||
|
|
|
@ -19,6 +19,7 @@
|
|||
//-----------------------------------------------------------------------------
|
||||
|
||||
#include <cstdio>
|
||||
#include <limits>
|
||||
|
||||
#include "game_share/bnp_patch.h"
|
||||
#include "nel/misc/path.h"
|
||||
|
|
|
@ -32,6 +32,8 @@
|
|||
// AI share
|
||||
#include "ai_share/world_map.h"
|
||||
|
||||
// STL
|
||||
#include <limits>
|
||||
|
||||
//-------------------------------------------------------------------------------------------------
|
||||
// using namespaces...
|
||||
|
|
Loading…
Reference in a new issue