summaryrefslogtreecommitdiff
path: root/indra/llprimitive/llmodel.h
diff options
context:
space:
mode:
authorErik Kundiman <erik@megapahit.org>2023-07-12 17:15:57 +0800
committerErik Kundiman <erik@megapahit.org>2023-07-19 14:56:44 +0800
commit08b0528312c8dc90c7564634909ef49752a4f90a (patch)
tree41d35b03d601ef6145fa0671fe9df9443904809f /indra/llprimitive/llmodel.h
parent7f091b864e5ec8c574971cc4a839d95c52c26b58 (diff)
DAE class declarations are when not on system libs
cause they would cause ambiguity with system COLLADA DOM classes.
Diffstat (limited to 'indra/llprimitive/llmodel.h')
-rw-r--r--indra/llprimitive/llmodel.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/llprimitive/llmodel.h b/indra/llprimitive/llmodel.h
index 4505d6b3b9..6a4a4927b6 100644
--- a/indra/llprimitive/llmodel.h
+++ b/indra/llprimitive/llmodel.h
@@ -35,8 +35,10 @@
#include <boost/align/aligned_allocator.hpp>
+#ifndef LL_USESYSTEMLIBS
class daeElement;
class domMesh;
+#endif
#define MAX_MODEL_FACES 8