summaryrefslogtreecommitdiff
path: root/indra/newview/gltf/asset.cpp
diff options
context:
space:
mode:
authorRunitaiLinden <davep@lindenlab.com>2024-04-10 11:25:07 -0500
committerGitHub <noreply@github.com>2024-04-10 11:25:07 -0500
commit720f7d7ef5d06366cdbae51cd67a6883e994880b (patch)
tree6a69ae2d76a0d108befaced088909f9d68e3bb3d /indra/newview/gltf/asset.cpp
parentb2a450a3087fb8393024876f6069a7cec9855bfd (diff)
Fix mac build (#1182)
* Fix mac build * Mac build take 2 * Mac build take 3
Diffstat (limited to 'indra/newview/gltf/asset.cpp')
-rw-r--r--indra/newview/gltf/asset.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/newview/gltf/asset.cpp b/indra/newview/gltf/asset.cpp
index 18f814c5b6..092b6e5d4b 100644
--- a/indra/newview/gltf/asset.cpp
+++ b/indra/newview/gltf/asset.cpp
@@ -24,6 +24,8 @@
* $/LicenseInfo$
*/
+#include "../llviewerprecompiledheaders.h"
+
#include "asset.h"
#include "llvolumeoctree.h"