Fix #229 missing include in tools sources

This commit is contained in:
kervala 2015-03-02 13:08:42 +01:00
parent d820233d21
commit 06e443abbe
3 changed files with 4 additions and 0 deletions

View file

@ -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 };

View file

@ -19,6 +19,7 @@
//-----------------------------------------------------------------------------
#include <cstdio>
#include <limits>
#include "game_share/bnp_patch.h"
#include "nel/misc/path.h"

View file

@ -32,6 +32,8 @@
// AI share
#include "ai_share/world_map.h"
// STL
#include <limits>
//-------------------------------------------------------------------------------------------------
// using namespaces...