summaryrefslogtreecommitdiff
path: root/indra
diff options
context:
space:
mode:
authorCosmic Linden <cosmic@lindenlab.com>2022-11-29 16:00:55 -0800
committerCosmic Linden <cosmic@lindenlab.com>2022-11-29 16:01:27 -0800
commitfd19fb2f914269a8cbea49db244d633b6d7008bb (patch)
tree2b66293030000cc33562f0c671d35c3b15914062 /indra
parentbfcb07270ed7036c87a4ece7fa1f5416123fff85 (diff)
SL-18732: Fix clang build error
Diffstat (limited to 'indra')
-rw-r--r--indra/newview/llpanelface.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/indra/newview/llpanelface.h b/indra/newview/llpanelface.h
index 24bc973bde..c0afc79cbe 100644
--- a/indra/newview/llpanelface.h
+++ b/indra/newview/llpanelface.h
@@ -29,6 +29,7 @@
#include "v4color.h"
#include "llpanel.h"
+#include "llgltfmaterial.h"
#include "llmaterial.h"
#include "llmaterialmgr.h"
#include "lltextureentry.h"
@@ -49,8 +50,6 @@ class LLFloater;
class LLMaterialID;
class LLMediaCtrl;
class LLMenuButton;
-class LLGLTFMaterial;
-struct LLGLTFMaterial::TextureTransform;
// Represents an edit for use in replicating the op across one or more materials in the selection set.
//