diff options
author | James Cook <james@lindenlab.com> | 2010-05-26 10:48:23 -0700 |
---|---|---|
committer | James Cook <james@lindenlab.com> | 2010-05-26 10:48:23 -0700 |
commit | 703cd608005a60a55963bb5920fd3bec113c7384 (patch) | |
tree | 1092289cbe316cc2c3e4b3cc470f2d640f4fc6c4 /indra/llui/tests/llurlmatch_test.cpp | |
parent | 640e3a2e9800bdcc772504953af17bd020c1c232 (diff) |
Clean up llurlmatch test headers
Diffstat (limited to 'indra/llui/tests/llurlmatch_test.cpp')
-rw-r--r-- | indra/llui/tests/llurlmatch_test.cpp | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/indra/llui/tests/llurlmatch_test.cpp b/indra/llui/tests/llurlmatch_test.cpp index e5d4c5b09d..10c44a9073 100644 --- a/indra/llui/tests/llurlmatch_test.cpp +++ b/indra/llui/tests/llurlmatch_test.cpp @@ -20,8 +20,10 @@ * $/LicenseInfo$ */ +#include "linden_common.h" + #include "../llurlmatch.h" -//#include "../lluiimage.h" +#include "../lluiimage.h" #include "lltut.h" // link seams |