summaryrefslogtreecommitdiff
path: root/indra/llmath/tests/llquaternion_test.cpp
diff options
context:
space:
mode:
authorNyx (Neal Orman) <nyx@lindenlab.com>2010-08-26 16:52:32 -0400
committerNyx (Neal Orman) <nyx@lindenlab.com>2010-08-26 16:52:32 -0400
commit054e8fbde325c03bc8f9a7c10aa8bb9319d501ba (patch)
tree0919778b1d87f6fa372021204f6aa71e8de21580 /indra/llmath/tests/llquaternion_test.cpp
parent71de5f622a7917f78823a7e7840194e1b0f8f070 (diff)
buildfix: fixing linux build to handle new SSE2 architecture
code reviewed by davep and falcon
Diffstat (limited to 'indra/llmath/tests/llquaternion_test.cpp')
-rw-r--r--indra/llmath/tests/llquaternion_test.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llmath/tests/llquaternion_test.cpp b/indra/llmath/tests/llquaternion_test.cpp
index 2d27d1eb32..451b0ecc60 100644
--- a/indra/llmath/tests/llquaternion_test.cpp
+++ b/indra/llmath/tests/llquaternion_test.cpp
@@ -35,12 +35,12 @@
#include "linden_common.h"
#include "../test/lltut.h"
-#include "../llquaternion.h"
#include "../v4math.h"
#include "../v3math.h"
#include "../v3dmath.h"
#include "../m4math.h"
#include "../m3math.h"
+#include "../llquaternion.h"
namespace tut
{