summaryrefslogtreecommitdiff
path: root/src/settings_gui.cpp
diff options
context:
space:
mode:
authorplanetmaker <planetmaker@openttd.org>2011-02-05 19:36:02 +0000
committerplanetmaker <planetmaker@openttd.org>2011-02-05 19:36:02 +0000
commite145d632cdb81c5588378c798500839e4657cca5 (patch)
treebfc3db7fd5272bae2daf56cab21f3d50a01770ee /src/settings_gui.cpp
parentb0e4ff1dffec933d742bd846bd857a0091b5149d (diff)
downloadopenttd-e145d632cdb81c5588378c798500839e4657cca5.tar.xz
(svn r21984) -Fix: Compilation without AI was broken
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 576f49db0..e5056457c 100644
--- a/src/settings_gui.cpp
+++ b/src/settings_gui.cpp
@@ -35,6 +35,7 @@
#include "table/sprites.h"
#include "table/strings.h"
+#include <map>
static const StringID _units_dropdown[] = {
STR_GAME_OPTIONS_MEASURING_UNITS_IMPERIAL,