(svn r13331) -Fix (r12924): Wrong include type for (sdt::)map
authorpeter1138
Thu, 29 May 2008 17:54:02 +0000
changeset 10781 200f2f88fe49
parent 10780 1c73c1821c44
child 10782 a3d1b7a71e75
(svn r13331) -Fix (r12924): Wrong include type for (sdt::)map
src/engine.cpp
--- a/src/engine.cpp	Thu May 29 17:01:42 2008 +0000
+++ b/src/engine.cpp	Thu May 29 17:54:02 2008 +0000
@@ -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"