summaryrefslogtreecommitdiff
path: root/src/settings_gui.cpp
diff options
context:
space:
mode:
authorsmatz <smatz@openttd.org>2008-06-24 09:05:24 +0000
committersmatz <smatz@openttd.org>2008-06-24 09:05:24 +0000
commit40d5242f919824f37d533360af8d7ab6ad0b4722 (patch)
treeece27358f21a7245659bc3c86c57992b89d98699 /src/settings_gui.cpp
parent241435226c19ef7a4359a7205bf9ebcb72a9138a (diff)
downloadopenttd-40d5242f919824f37d533360af8d7ab6ad0b4722.tar.xz
(svn r13618) -Codechange: move tar-specific declarations to separate file
Removes indirect dependency on <string> and <map> for over 40 files
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 f22ca3609..5ffa1f436 100644
--- a/src/settings_gui.cpp
+++ b/src/settings_gui.cpp
@@ -27,6 +27,7 @@
#include "widgets/dropdown_type.h"
#include "widgets/dropdown_func.h"
#include "station_func.h"
+#include <map>
#include "table/sprites.h"
#include "table/strings.h"