summaryrefslogtreecommitdiff
path: root/src/settings_gui.cpp
diff options
context:
space:
mode:
authoryexo <yexo@openttd.org>2010-09-03 20:32:33 +0000
committeryexo <yexo@openttd.org>2010-09-03 20:32:33 +0000
commit9b5808a89d24f4cb5b5ed84fddd3bfc3fec6c434 (patch)
tree835b676115e39fdd411d20499b8bfb1b7fb46c54 /src/settings_gui.cpp
parent8c9c3a361a4880aaa7a1a748d44f65d79c032728 (diff)
downloadopenttd-9b5808a89d24f4cb5b5ed84fddd3bfc3fec6c434.tar.xz
(svn r20727) -Fix [FS#4106]: compilation with --disable-ai was broken (cirdan)
Diffstat (limited to 'src/settings_gui.cpp')
-rw-r--r--src/settings_gui.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/settings_gui.cpp b/src/settings_gui.cpp
index ee02055c9..b0bd09706 100644
--- a/src/settings_gui.cpp
+++ b/src/settings_gui.cpp
@@ -32,6 +32,7 @@
#include "viewport_func.h"
#include "core/geometry_func.hpp"
#include "ai/ai.hpp"
+#include <map>
#include "table/sprites.h"
#include "table/strings.h"