changeset 17244:21dfb792a721 draft

(svn r21984) -Fix: Compilation without AI was broken
author planetmaker <planetmaker@openttd.org>
date Sat, 05 Feb 2011 19:36:02 +0000
parents 1681f1fc5874
children e714bac51f24
files src/settings_gui.cpp
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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,