summaryrefslogtreecommitdiff
path: root/src/openttd.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/openttd.cpp')
-rw-r--r--src/openttd.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/openttd.cpp b/src/openttd.cpp
index 7890c3cf6..426d85710 100644
--- a/src/openttd.cpp
+++ b/src/openttd.cpp
@@ -24,7 +24,8 @@
#include "gfx_func.h"
#include "window_func.h"
#include "window_gui.h"
-#include "player.h"
+#include "player_func.h"
+#include "player_base.h"
#include "command_func.h"
#include "town.h"
#include "industry.h"