diff options
author | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2022-09-17 13:48:01 +0300 |
---|---|---|
committer | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2022-09-17 19:30:31 +0300 |
commit | c82f70ecace4e57bcaeada695d3a59ddb498b19e (patch) | |
tree | 7853b7cea9506c43c4e435e7de0ac4e70159e73b /indra/newview | |
parent | c333a7935d33b30fb663739c567cec5ae661ffe8 (diff) |
SL-17238 bugsplat build issues
Diffstat (limited to 'indra/newview')
-rw-r--r-- | indra/newview/llappviewerwin32.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llappviewerwin32.cpp b/indra/newview/llappviewerwin32.cpp index a39ec7f51b..6457c13ef3 100644 --- a/indra/newview/llappviewerwin32.cpp +++ b/indra/newview/llappviewerwin32.cpp @@ -75,7 +75,7 @@ // Bugsplat (http://bugsplat.com) crash reporting tool #ifdef LL_BUGSPLAT #include "BugSplat.h" -#include "reader.h" // JsonCpp +#include "json/reader.h" // JsonCpp #include "llagent.h" // for agent location #include "llviewerregion.h" #include "llvoavatarself.h" // for agent name |