summaryrefslogtreecommitdiff
path: root/src/settings.cpp
diff options
context:
space:
mode:
authoryexo <yexo@openttd.org>2009-03-15 22:41:57 +0000
committeryexo <yexo@openttd.org>2009-03-15 22:41:57 +0000
commitce4744e1d6637d0dec3766c5a827b43859396e58 (patch)
tree9f32a6c0a0ae74a9f2ba9bdd8534a3dbfff3e054 /src/settings.cpp
parentdda23960960133b5edd01a286aa5d43864886117 (diff)
downloadopenttd-ce4744e1d6637d0dec3766c5a827b43859396e58.tar.xz
(svn r15736) -Codechange: Split AIScanner/AIFileInfo to the more generic classes ScriptScanner/ScriptFileInfo.
Diffstat (limited to 'src/settings.cpp')
-rw-r--r--src/settings.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/settings.cpp b/src/settings.cpp
index 3f1396f5d..2711ea330 100644
--- a/src/settings.cpp
+++ b/src/settings.cpp
@@ -57,6 +57,7 @@
#include "station_func.h"
#include "settings_func.h"
#include "ini_type.h"
+#include "ai/ai.hpp"
#include "ai/ai_config.hpp"
#include "newgrf.h"
#include "engine_base.h"