diff options
author | peter1138 <peter1138@openttd.org> | 2008-05-29 17:54:02 +0000 |
---|---|---|
committer | peter1138 <peter1138@openttd.org> | 2008-05-29 17:54:02 +0000 |
commit | 7f8d9148b8fa59b9f433ac48be42f58cc20bf5dd (patch) | |
tree | 0e66c81484f5c804d14bffbd0ddc6723f49cf909 /src | |
parent | 713923cd7efe2f2ea66ab0369d423809d465607f (diff) | |
download | openttd-7f8d9148b8fa59b9f433ac48be42f58cc20bf5dd.tar.xz |
(svn r13331) -Fix (r12924): Wrong include type for (sdt::)map
Diffstat (limited to 'src')
-rw-r--r-- | src/engine.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/engine.cpp b/src/engine.cpp index 9c650984d..d2a0f2bb6 100644 --- a/src/engine.cpp +++ b/src/engine.cpp @@ -28,7 +28,7 @@ #include "oldpool_func.h" #include "core/alloc_func.hpp" #include "vehicle_func.h" -#include "map" +#include <map> #include "table/strings.h" #include "table/engines.h" |