src/network/core/game.h
branchcustombridgeheads
changeset 5648 1608018c5ff2
parent 5643 3778051e8095
child 6050 77bd608748c8
--- a/src/network/core/game.h	Wed Jan 03 20:00:29 2007 +0000
+++ b/src/network/core/game.h	Thu Jan 11 13:16:26 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.