src/genworld.cpp
changeset 8254 1496654ca5e7
parent 8225 cd84a95b6630
child 8264 b1e85998c7d3
--- a/src/genworld.cpp	Sat Jan 12 13:36:22 2008 +0000
+++ b/src/genworld.cpp	Sat Jan 12 14:10:35 2008 +0000
@@ -5,7 +5,7 @@
 #include "stdafx.h"
 #include "openttd.h"
 #include "landscape.h"
-#include "player.h"
+#include "player_func.h"
 #include "table/sprites.h"
 #include "variables.h"
 #include "thread.h"
@@ -22,6 +22,7 @@
 #include "map_func.h"
 #include "date_func.h"
 #include "core/random_func.hpp"
+#include "engine.h"
 
 void GenerateClearTile();
 void GenerateIndustries();