From 79d008cd2eb85739ee872e09788b3831271fd16d Mon Sep 17 00:00:00 2001 From: peter1138 Date: Thu, 29 May 2008 17:54:02 +0000 Subject: [PATCH] (svn r13331) -Fix (r12924): Wrong include type for (sdt::)map --- src/engine.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/engine.cpp b/src/engine.cpp index 9c650984d2..d2a0f2bb64 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 #include "table/strings.h" #include "table/engines.h"