diff options
author | prep <prep@lindenlab.com> | 2013-03-13 15:01:27 -0400 |
---|---|---|
committer | prep <prep@lindenlab.com> | 2013-03-13 15:01:27 -0400 |
commit | e42e9f897cae6fdb9db7c2742814c7df170e17a7 (patch) | |
tree | 9f409cb3e971cf86dd919d88f89c6c2f3acbf953 /indra/llui/tests/llurlentry_test.cpp | |
parent | 54275b941df5a717d7932762ba6eb07ba34585cb (diff) |
Fixed unit test compile error
Diffstat (limited to 'indra/llui/tests/llurlentry_test.cpp')
-rw-r--r-- | indra/llui/tests/llurlentry_test.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llui/tests/llurlentry_test.cpp b/indra/llui/tests/llurlentry_test.cpp index 438a2ca8ea..c3f0e92cb0 100644 --- a/indra/llui/tests/llurlentry_test.cpp +++ b/indra/llui/tests/llurlentry_test.cpp @@ -31,7 +31,7 @@ #include "llurlentry_stub.cpp" #include "lltut.h" #include "../lluicolortable.h" -#include "../llui/lluiimage.h" +#include "../llrender/lluiimage.h" #include <boost/regex.hpp> |