diff options
author | Nat Goodspeed <nat@lindenlab.com> | 2023-11-02 09:05:41 -0400 |
---|---|---|
committer | Nat Goodspeed <nat@lindenlab.com> | 2023-11-02 09:05:41 -0400 |
commit | cf0838cd6917b7dd2c8f056d6cb3ef9f59d92fda (patch) | |
tree | 750a2ac2d7cc9da778beca8c0b63f09dca3734c9 /indra/newview/tests | |
parent | 325dff9b44cd657d2a8a5b0952e57cc7deb122ea (diff) |
DRTVWR-589: StringVec's operator<<() overload must precede lltut.h.
If not, the resulting error message is so mysterious that it's worth adding an
error check to explain how to avoid it.
Diffstat (limited to 'indra/newview/tests')
-rw-r--r-- | indra/newview/tests/llluamanager_test.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/tests/llluamanager_test.cpp b/indra/newview/tests/llluamanager_test.cpp index 6433ff1118..98a2726af7 100644 --- a/indra/newview/tests/llluamanager_test.cpp +++ b/indra/newview/tests/llluamanager_test.cpp @@ -18,6 +18,7 @@ #include <vector> // external library headers // other Linden headers +#include "../llcommon/tests/StringVec.h" #include "../test/lltut.h" #include "llapp.h" #include "lldate.h" @@ -27,7 +28,6 @@ #include "lluri.h" #include "lluuid.h" #include "stringize.h" -#include "../llcommon/tests/StringVec.h" class LLTestApp : public LLApp { |