diff --git a/src/newgrf.cpp b/src/newgrf.cpp index 7a83d93cee..e4860aa7ca 100644 --- a/src/newgrf.cpp +++ b/src/newgrf.cpp @@ -59,7 +59,6 @@ #include "table/build_industry.h" #include "3rdparty/cpp-btree/btree_map.h" -#include #include "safeguards.h" @@ -499,7 +498,7 @@ StringID MapGRFStringID(uint32 grfid, StringID str) } } -static std::map _grf_id_overrides; +static btree::btree_map _grf_id_overrides; /** * Set the override for a NewGRF