From f575c139300a6c53fa13dd0d7cbfbaa739e2b4b0 Mon Sep 17 00:00:00 2001 From: Brad Kittenbrink Date: Tue, 18 Oct 2022 21:01:38 -0700 Subject: Better fix for mac/xcode compatibility problem in SL-18391. Keep using unordered_map --- indra/newview/llgltfmateriallist.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'indra/newview/llgltfmateriallist.h') diff --git a/indra/newview/llgltfmateriallist.h b/indra/newview/llgltfmateriallist.h index 3d97baf5f8..4b905e32c9 100644 --- a/indra/newview/llgltfmateriallist.h +++ b/indra/newview/llgltfmateriallist.h @@ -30,7 +30,7 @@ #include "llgltfmaterial.h" #include "llpointer.h" -#include +#include class LLFetchedGLTFMaterial; @@ -49,7 +49,7 @@ public: static void registerCallbacks(); private: - typedef std::map > uuid_mat_map_t; + typedef std::unordered_map > uuid_mat_map_t; uuid_mat_map_t mList; LLUUID mLastUpdateKey; -- cgit v1.2.3