diff --git a/src/openrct2/core/FileIndex.hpp b/src/openrct2/core/FileIndex.hpp index d654f40ec0..0d01da1e42 100644 --- a/src/openrct2/core/FileIndex.hpp +++ b/src/openrct2/core/FileIndex.hpp @@ -204,7 +204,7 @@ private: JobPool jobPool; std::mutex printLock; // For verbose prints. - std::vector> containers; + std::list> containers; size_t stepSize = 100; // Handpicked, seems to work well with 4/8 cores.