diff --git a/libaegisub/include/libaegisub/thesaurus.h b/libaegisub/include/libaegisub/thesaurus.h index 887d59b13..45bc368d0 100644 --- a/libaegisub/include/libaegisub/thesaurus.h +++ b/libaegisub/include/libaegisub/thesaurus.h @@ -14,7 +14,7 @@ #include "fs_fwd.h" -#include +#include #include #include #include @@ -27,7 +27,7 @@ namespace charset { class IconvWrapper; } class Thesaurus { /// Map of word -> byte position in the data file - boost::container::flat_map offsets; + std::map offsets; /// Read handle to the data file std::unique_ptr dat; /// Converter from the data file's charset to UTF-8