src/network/core/game.h
changeset 5778 c1454e0c03bf
parent 5726 8f399788f6c9
child 6050 77bd608748c8
--- a/src/network/core/game.h	Thu Jan 04 20:33:50 2007 +0000
+++ b/src/network/core/game.h	Thu Jan 04 21:21:14 2007 +0000
@@ -5,6 +5,10 @@
 
 #ifdef ENABLE_NETWORK
 
+#include "config.h"
+#include "../../date.h"
+#include "../../newgrf_config.h"
+
 /**
  * @file game.h Information about a game that is sent between a
  *              game server, game client and masterserver.