summaryrefslogtreecommitdiff
path: root/indra/llmath/llsimdmath.h
diff options
context:
space:
mode:
authorOz Linden <oz@lindenlab.com>2012-07-24 10:51:37 -0400
committerOz Linden <oz@lindenlab.com>2012-07-24 10:51:37 -0400
commit8df36196215131cbac961f47bfbd4a1b925548cb (patch)
tree35fe890f1f2e47c9acd0d411925897ee7e3794d6 /indra/llmath/llsimdmath.h
parent4feef5af63f6294249aa50e37fba712cd9ddec91 (diff)
parentd7015a2b9b55907c8447d0051cf5d7ac862aebf7 (diff)
merge to viewer-developmento
Diffstat (limited to 'indra/llmath/llsimdmath.h')
-rw-r--r--indra/llmath/llsimdmath.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/indra/llmath/llsimdmath.h b/indra/llmath/llsimdmath.h
index c7cdf7b32c..01458521ec 100644
--- a/indra/llmath/llsimdmath.h
+++ b/indra/llmath/llsimdmath.h
@@ -67,11 +67,10 @@ template <typename T> T* LL_NEXT_ALIGNED_ADDRESS_64(T* address)
#define LL_ALIGN_16(var) LL_ALIGN_PREFIX(16) var LL_ALIGN_POSTFIX(16)
-
-
#include <xmmintrin.h>
#include <emmintrin.h>
+#include "llmemory.h"
#include "llsimdtypes.h"
#include "llsimdtypes.inl"