Fix includes
This commit is contained in:
parent
a3b0569624
commit
61d089c7c0
2 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||
|
|
|
@ -23,7 +23,7 @@
|
|||
|
||||
#include "egs_mirror.h"
|
||||
#include "area_geometry.h"
|
||||
#include "server_share/bmp4image.h"
|
||||
#include "game_share/bmp4image.h"
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue