diff options
| author | Brad Kittenbrink <brad@lindenlab.com> | 2022-10-18 16:53:25 -0700 | 
|---|---|---|
| committer | Brad Kittenbrink <brad@lindenlab.com> | 2022-10-18 16:53:25 -0700 | 
| commit | 9e5c0877c5bc94adace4376ffc9c0c902031f38b (patch) | |
| tree | 28eb8f7c76157457a07e4cf255ea51e93e4288b1 | |
| parent | b9b8fa1f5f4959517de1013e0bf610cedecb2426 (diff) | |
include the right header now that uuid_mat_map_t is std::map for SL-18391
| -rw-r--r-- | indra/newview/llgltfmateriallist.h | 2 | 
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; | 
