1
0
mirror of https://github.com/OpenTTD/OpenTTD.git synced 2025-08-24 15:09:10 +00:00

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

This commit is contained in:
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"