diff --git a/src/townname_type.h b/src/townname_type.h index 2dc23567f0..811c8a118c 100644 --- a/src/townname_type.h +++ b/src/townname_type.h @@ -16,10 +16,10 @@ #include "newgrf_townname.h" #include "town_type.h" #include "string_type.h" -#include +#include "3rdparty/cpp-btree/btree_set.h" #include -typedef std::set TownNames; +typedef btree::btree_set TownNames; static constexpr uint BUILTIN_TOWNNAME_GENERATOR_COUNT = SPECSTR_TOWNNAME_LAST - SPECSTR_TOWNNAME_START + 1; ///< Number of built-in town name generators.