diff options
author | planetmaker <planetmaker@openttd.org> | 2011-02-05 19:36:02 +0000 |
---|---|---|
committer | planetmaker <planetmaker@openttd.org> | 2011-02-05 19:36:02 +0000 |
commit | e145d632cdb81c5588378c798500839e4657cca5 (patch) | |
tree | bfc3db7fd5272bae2daf56cab21f3d50a01770ee /src | |
parent | b0e4ff1dffec933d742bd846bd857a0091b5149d (diff) | |
download | openttd-e145d632cdb81c5588378c798500839e4657cca5.tar.xz |
(svn r21984) -Fix: Compilation without AI was broken
Diffstat (limited to 'src')
-rw-r--r-- | src/settings_gui.cpp | 1 |
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, |