diff options
| -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 | 
