diff options
author | Bryan O'Sullivan <bos@lindenlab.com> | 2008-06-02 21:14:31 +0000 |
---|---|---|
committer | Bryan O'Sullivan <bos@lindenlab.com> | 2008-06-02 21:14:31 +0000 |
commit | 9db949eec327df4173fde3de934a87bedb0db13c (patch) | |
tree | aeffa0f0e68b1d2ceb74d460cbbd22652c9cd159 /indra/test/llsdutil_tut.cpp | |
parent | 419e13d0acaabf5e1e02e9b64a07648bce822b2f (diff) |
svn merge -r88066:88786 svn+ssh://svn.lindenlab.com/svn/linden/branches/cmake-9-merge
dataserver-is-deprecated
for-fucks-sake-whats-with-these-commit-markers
Diffstat (limited to 'indra/test/llsdutil_tut.cpp')
-rw-r--r-- | indra/test/llsdutil_tut.cpp | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/indra/test/llsdutil_tut.cpp b/indra/test/llsdutil_tut.cpp index 3d0b601b34..e9a7c379bb 100644 --- a/indra/test/llsdutil_tut.cpp +++ b/indra/test/llsdutil_tut.cpp @@ -33,9 +33,15 @@ #include "linden_common.h" #include "lltut.h" +#include "m4math.h" +#include "v2math.h" +#include "v2math.h" #include "v3color.h" +#include "v3math.h" +#include "v3dmath.h" +#include "v4coloru.h" #include "v4math.h" -#include "m4math.h" +#include "llquaternion.h" #include "llsdutil.h" |