diff options
author | Kelly Washington <kelly@lindenlab.com> | 2007-03-22 22:03:42 +0000 |
---|---|---|
committer | Kelly Washington <kelly@lindenlab.com> | 2007-03-22 22:03:42 +0000 |
commit | 720eab7a32555dabf3562280e86f232465a0e220 (patch) | |
tree | 663e3509e99282cfec497daea38687bfcae6c03b /indra | |
parent | e9d8afed877e3afa60efea57c99f4c49e99ad331 (diff) |
I broke linux and mac builds, reverting the changes from 59596
Diffstat (limited to 'indra')
-rw-r--r-- | indra/newview/llviewerjointmesh.cpp | 4 |
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" |