diff options
author | Dave Parks <davep@lindenlab.com> | 2010-05-21 23:55:18 -0500 |
---|---|---|
committer | Dave Parks <davep@lindenlab.com> | 2010-05-21 23:55:18 -0500 |
commit | 8919f4811a7dcaf47dc58159e0ba4ba042183325 (patch) | |
tree | caa346a3083d891dc1eedeb66876700f67c3a8df /indra/newview/llappviewer.cpp | |
parent | 1ad56f84ef1102803986889cdd5b2a687adb557e (diff) |
blah
Diffstat (limited to 'indra/newview/llappviewer.cpp')
-rw-r--r-- | indra/newview/llappviewer.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/indra/newview/llappviewer.cpp b/indra/newview/llappviewer.cpp index 6de34d9458..600e3294eb 100644 --- a/indra/newview/llappviewer.cpp +++ b/indra/newview/llappviewer.cpp @@ -79,6 +79,7 @@ #include "llteleporthistory.h" #include "lllocationhistory.h" #include "llfasttimerview.h" +#include "llvector4a.h" #include "llviewermenufile.h" #include "llvoicechannel.h" #include "llvoavatarself.h" @@ -612,6 +613,9 @@ bool LLAppViewer::init() // LLFastTimer::reset(); + // initialize SSE options + LLVector4a::initClass(); + // Need to do this initialization before we do anything else, since anything // that touches files should really go through the lldir API gDirUtilp->initAppDirs("SecondLife"); |