1
0
Fork 0

(svn r13331) -Fix (r12924): Wrong include type for (sdt::)map

release/0.7
peter1138 2008-05-29 17:54:02 +00:00
parent a0c62f1752
commit 79d008cd2e
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@
#include "oldpool_func.h" #include "oldpool_func.h"
#include "core/alloc_func.hpp" #include "core/alloc_func.hpp"
#include "vehicle_func.h" #include "vehicle_func.h"
#include "map" #include <map>
#include "table/strings.h" #include "table/strings.h"
#include "table/engines.h" #include "table/engines.h"