diff options
author | yexo <yexo@openttd.org> | 2010-09-03 20:32:33 +0000 |
---|---|---|
committer | yexo <yexo@openttd.org> | 2010-09-03 20:32:33 +0000 |
commit | 9b5808a89d24f4cb5b5ed84fddd3bfc3fec6c434 (patch) | |
tree | 835b676115e39fdd411d20499b8bfb1b7fb46c54 /src | |
parent | 8c9c3a361a4880aaa7a1a748d44f65d79c032728 (diff) | |
download | openttd-9b5808a89d24f4cb5b5ed84fddd3bfc3fec6c434.tar.xz |
(svn r20727) -Fix [FS#4106]: compilation with --disable-ai was broken (cirdan)
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 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" |