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

This commit is contained in:
peter1138 2008-05-29 17:54:02 +00:00
parent a0c62f1752
commit 79d008cd2e

View File

@ -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"