diff options
author | Nat Goodspeed <nat@lindenlab.com> | 2009-10-20 08:53:18 -0400 |
---|---|---|
committer | Nat Goodspeed <nat@lindenlab.com> | 2009-10-20 08:53:18 -0400 |
commit | 6f44e1de9bc22b9f944686472e7e46239c14c225 (patch) | |
tree | 2cece1dd552fd20665a7a768211f42a22dd790c1 /indra/llcommon/tests/llstring_test.cpp | |
parent | b52b97b6e1fa1ac709ba951c32ff422ed55fbdf1 (diff) |
Don't include linden_common.h in lldate.h, or any other .h files.
Migrate to the .cpp files where it's needed.
Diffstat (limited to 'indra/llcommon/tests/llstring_test.cpp')
-rw-r--r-- | indra/llcommon/tests/llstring_test.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/llcommon/tests/llstring_test.cpp b/indra/llcommon/tests/llstring_test.cpp index 6a2ebc61f5..beba55416a 100644 --- a/indra/llcommon/tests/llstring_test.cpp +++ b/indra/llcommon/tests/llstring_test.cpp @@ -32,6 +32,7 @@ * $/LicenseInfo$ */ +#include "linden_common.h" #include "../test/lltut.h" #include "../llstring.h" |