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
commitfee2adb299270756d44e2a4f55a3b45b0935c4c7 (patch)
treeece27358f21a7245659bc3c86c57992b89d98699 /src/settings_gui.cpp
parent6e1dd7f719e86171f789c4f9fa0102db6f12bfca (diff)
downloadopenttd-fee2adb299270756d44e2a4f55a3b45b0935c4c7.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"