diff options
author | Nat Goodspeed <nat@lindenlab.com> | 2023-07-07 17:47:57 -0400 |
---|---|---|
committer | Nat Goodspeed <nat@lindenlab.com> | 2023-07-07 17:47:57 -0400 |
commit | 8f81e1fa87123ff6255e9ee82e68c414efe05cdd (patch) | |
tree | 157fc8f457435bab1ba84ba5ca287ed944e02839 | |
parent | 1fc8758458c99b3a41965e33b3c62613c83e403a (diff) |
SL-18837: Fix "lldir.h" #include
-rw-r--r-- | indra/llcommon/tests/llprocess_test.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llcommon/tests/llprocess_test.cpp b/indra/llcommon/tests/llprocess_test.cpp index fbddc7f909..9ee7890c7c 100644 --- a/indra/llcommon/tests/llprocess_test.cpp +++ b/indra/llcommon/tests/llprocess_test.cpp @@ -30,7 +30,7 @@ #include "../test/namedtempfile.h" #include "../test/catch_and_store_what_in.h" #include "stringize.h" -#include "lldir.h" +#include "../llfilesystem/lldir.h" #include "llsdutil.h" #include "llevents.h" #include "llstring.h" |