diff --git a/src/station_base.h b/src/station_base.h index 2bbc1003a8..c9fa6f8cb3 100644 --- a/src/station_base.h +++ b/src/station_base.h @@ -19,6 +19,7 @@ #include "industry_type.h" #include "linkgraph/linkgraph_type.h" #include "newgrf_storage.h" +#include "3rdparty/cpp-btree/btree_map.h" #include #include @@ -36,7 +37,7 @@ static const byte INITIAL_STATION_RATING = 175; */ class FlowStat { public: - typedef std::map SharesMap; + typedef btree::btree_map SharesMap; static const SharesMap empty_sharesmap;