diff --git a/src/cargopacket.h b/src/cargopacket.h index 79480f4713..6d179e8db1 100644 --- a/src/cargopacket.h +++ b/src/cargopacket.h @@ -20,6 +20,7 @@ #include "core/multimap.hpp" #include "sl/saveload_common.h" #include "core/ring_buffer.hpp" +#include "3rdparty/cpp-btree/btree_map.h" /** Unique identifier for a single cargo packet. */ typedef uint32 CargoPacketID; @@ -492,7 +493,7 @@ public: }; typedef MultiMap StationCargoPacketMap; -typedef std::map StationCargoAmountMap; +typedef btree::btree_map StationCargoAmountMap; /** * CargoList that is used for stations.