summaryrefslogtreecommitdiff
path: root/indra/newview
diff options
context:
space:
mode:
authorKelly Washington <kelly@lindenlab.com>2007-03-22 22:03:42 +0000
committerKelly Washington <kelly@lindenlab.com>2007-03-22 22:03:42 +0000
commit720eab7a32555dabf3562280e86f232465a0e220 (patch)
tree663e3509e99282cfec497daea38687bfcae6c03b /indra/newview
parente9d8afed877e3afa60efea57c99f4c49e99ad331 (diff)
I broke linux and mac builds, reverting the changes from 59596
Diffstat (limited to 'indra/newview')
-rw-r--r--indra/newview/llviewerjointmesh.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/indra/newview/llviewerjointmesh.cpp b/indra/newview/llviewerjointmesh.cpp
index cf6133f5bb..512ddc8565 100644
--- a/indra/newview/llviewerjointmesh.cpp
+++ b/indra/newview/llviewerjointmesh.cpp
@@ -11,6 +11,10 @@
//-----------------------------------------------------------------------------
#include "llviewerprecompiledheaders.h"
+#if LL_WINDOWS // For Intel vector classes
+ #include "fvec.h"
+#endif
+
#include "imageids.h"
#include "llfasttimer.h"