From 9e5c0877c5bc94adace4376ffc9c0c902031f38b Mon Sep 17 00:00:00 2001
From: Brad Kittenbrink <brad@lindenlab.com>
Date: Tue, 18 Oct 2022 16:53:25 -0700
Subject: include the right header now that uuid_mat_map_t is std::map for
 SL-18391

---
 indra/newview/llgltfmateriallist.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'indra/newview')

diff --git a/indra/newview/llgltfmateriallist.h b/indra/newview/llgltfmateriallist.h
index be2d21e90d..3d97baf5f8 100644
--- a/indra/newview/llgltfmateriallist.h
+++ b/indra/newview/llgltfmateriallist.h
@@ -30,7 +30,7 @@
 #include "llgltfmaterial.h"
 #include "llpointer.h"
 
-#include <unordered_map>
+#include <map>
 
 class LLFetchedGLTFMaterial;
 
-- 
cgit v1.2.3