(svn r13331) -Fix (r12924): Wrong include type for (sdt::)map
authorpeter1138
Thu, 29 May 2008 17:54:02 +0000
changeset 9417 7ba17fb5110b
parent 9416 a6f2e6a99ed5
child 9418 8093bfef9967
(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"