summaryrefslogtreecommitdiff
path: root/indra/newview
diff options
context:
space:
mode:
authorBrad Kittenbrink <brad@lindenlab.com>2022-10-18 16:53:25 -0700
committerBrad Kittenbrink <brad@lindenlab.com>2022-10-18 16:53:25 -0700
commit9e5c0877c5bc94adace4376ffc9c0c902031f38b (patch)
tree28eb8f7c76157457a07e4cf255ea51e93e4288b1 /indra/newview
parentb9b8fa1f5f4959517de1013e0bf610cedecb2426 (diff)
include the right header now that uuid_mat_map_t is std::map for SL-18391
Diffstat (limited to 'indra/newview')
-rw-r--r--indra/newview/llgltfmateriallist.h2
1 files changed, 1 insertions, 1 deletions
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;