summaryrefslogtreecommitdiff
path: root/src/openttd.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/openttd.cpp')
-rw-r--r--src/openttd.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/openttd.cpp b/src/openttd.cpp
index 19b539f3f..2543edf88 100644
--- a/src/openttd.cpp
+++ b/src/openttd.cpp
@@ -60,6 +60,10 @@
#include "thread/thread.h"
#include "station_base.h"
#include "crashlog.h"
+#include "company_base.h"
+#include "engine_base.h"
+#include "engine_func.h"
+#include "core/random_func.hpp"
#include "newgrf_commons.h"