diff options
author | Glenn Glazer <coyot@lindenlab.com> | 2017-03-01 13:19:34 -0800 |
---|---|---|
committer | Glenn Glazer <coyot@lindenlab.com> | 2017-03-01 13:19:34 -0800 |
commit | 9ec3b1bb039bdb40fce6aee66ce68ce8cabfb785 (patch) | |
tree | e28f23c74c8c774c3e63b03ac4246a44443b4f53 /indra | |
parent | a50a2e170d4cf99507d2dd974aed7f73424376cf (diff) |
SL-321: fix merge removal of llhasheduniqueid from from llloginstance_test's include path
Diffstat (limited to 'indra')
-rw-r--r-- | indra/newview/tests/lllogininstance_test.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/indra/newview/tests/lllogininstance_test.cpp b/indra/newview/tests/lllogininstance_test.cpp index 55dcb83567..5397feeab8 100644 --- a/indra/newview/tests/lllogininstance_test.cpp +++ b/indra/newview/tests/lllogininstance_test.cpp @@ -31,6 +31,9 @@ #include "../llviewernetwork.h" #include "../lllogininstance.h" + // Needed for Auth Test + #include "../llhasheduniqueid.h" + // STL headers // std headers // external library headers |