diff --git a/src/script/api/script_list.hpp b/src/script/api/script_list.hpp index ab3e371723..fa997419dd 100644 --- a/src/script/api/script_list.hpp +++ b/src/script/api/script_list.hpp @@ -182,8 +182,8 @@ protected: } public: - using ScriptListSet = std::set>; ///< List per value - using ScriptListMap = std::map; ///< List per item + using ScriptListSet = std::set, std::less<>, ScriptStdAllocator>>; ///< List per value + using ScriptListMap = std::map, ScriptStdAllocator>>; ///< List per item ScriptListMap items; ///< The items in the list ScriptListSet values; ///< The items in the list, sorted by value