mirror of https://github.com/OpenTTD/OpenTTD
(svn r13331) -Fix (r12924): Wrong include type for (sdt::)map
parent
a0c62f1752
commit
79d008cd2e
|
@ -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"
|
||||||
|
|
Loading…
Reference in New Issue