summaryrefslogtreecommitdiff
path: root/src/network/core/game.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/network/core/game.h')
-rw-r--r--src/network/core/game.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/network/core/game.h b/src/network/core/game.h
index 71268f7d2..2c0a0178b 100644
--- a/src/network/core/game.h
+++ b/src/network/core/game.h
@@ -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.