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/llcommon/tests/llleap_test.cpp | |
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/llcommon/tests/llleap_test.cpp')
-rw-r--r-- | indra/llcommon/tests/llleap_test.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llcommon/tests/llleap_test.cpp b/indra/llcommon/tests/llleap_test.cpp index 7197dedfbf..6fe9e3446f 100644 --- a/indra/llcommon/tests/llleap_test.cpp +++ b/indra/llcommon/tests/llleap_test.cpp @@ -18,6 +18,7 @@ #include <functional> // external library headers // other Linden headers +#include "StringVec.h" #include "../test/lltut.h" #include "../test/namedtempfile.h" #include "../test/catch_and_store_what_in.h" @@ -26,7 +27,6 @@ #include "llprocess.h" #include "llstring.h" #include "stringize.h" -#include "StringVec.h" #if defined(LL_WINDOWS) #define sleep(secs) _sleep((secs) * 1000) |