Fix includes

--HG--
branch : develop
This commit is contained in:
kaetemi 2014-09-13 12:02:47 +02:00
parent 9678b56ed5
commit 7fed632c54
2 changed files with 2 additions and 2 deletions

View file

@ -1509,7 +1509,7 @@ NLMISC_DYNVARIABLE( uint32, RyzomSeason, "Get season number (0=Spring)" )
#ifdef DEPOSIT_MAP_GENERATION
#include "server_share/bmp4image.h"
#include "game_share/bmp4image.h"
#include <nel/misc/words_dictionary.h>
typedef std::map< std::string, pair< pair< float, float >, uint > > CSUMap;

View file

@ -23,7 +23,7 @@
#include "egs_mirror.h"
#include "area_geometry.h"
#include "server_share/bmp4image.h"
#include "game_share/bmp4image.h"