changeset 16034:7e7692b0e94d draft

(svn r20727) -Fix [FS#4106]: compilation with --disable-ai was broken (cirdan)
author yexo <yexo@openttd.org>
date Fri, 03 Sep 2010 20:32:33 +0000
parents 4bbc953a9ace
children db77f9f00373
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
@@ -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"