diff options
Diffstat (limited to 'indra/llmath/tests/llbboxlocal_test.cpp')
-rw-r--r-- | indra/llmath/tests/llbboxlocal_test.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/indra/llmath/tests/llbboxlocal_test.cpp b/indra/llmath/tests/llbboxlocal_test.cpp index ae75e056d1..fb51deab4a 100644 --- a/indra/llmath/tests/llbboxlocal_test.cpp +++ b/indra/llmath/tests/llbboxlocal_test.cpp @@ -32,11 +32,10 @@ * $/LicenseInfo$ */ +#include "linden_common.h" #include "../test/lltut.h" - #include "../llbboxlocal.h" - namespace tut { struct LLBBoxLocalData |