# HG changeset patch # User peter1138 # Date 1212083642 0 # Node ID 7ba17fb5110ba37380db9891981bf6ca11119796 # Parent a6f2e6a99ed5b86bc82975f57ac29751e4255be7 (svn r13331) -Fix (r12924): Wrong include type for (sdt::)map diff -r a6f2e6a99ed5 -r 7ba17fb5110b 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 #include "table/strings.h" #include "table/engines.h"