diff options
Diffstat (limited to 'indra/newview/gltf/common.h')
-rw-r--r-- | indra/newview/gltf/common.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/gltf/common.h b/indra/newview/gltf/common.h index 859e202738..59f2ba38db 100644 --- a/indra/newview/gltf/common.h +++ b/indra/newview/gltf/common.h @@ -60,6 +60,7 @@ namespace LL constexpr S32 MIRRORED_REPEAT = 33648; constexpr S32 REPEAT = 10497; + class Asset; } } |