diff options
Diffstat (limited to 'indra/newview/lllogchat.cpp')
-rw-r--r-- | indra/newview/lllogchat.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/lllogchat.cpp b/indra/newview/lllogchat.cpp index 8620446d4a..d89ec791f1 100644 --- a/indra/newview/lllogchat.cpp +++ b/indra/newview/lllogchat.cpp @@ -32,7 +32,7 @@ #include "llviewerprecompiledheaders.h" #include "lllogchat.h" -#include "viewer.h" +#include "llappviewer.h" const S32 LOG_RECALL_SIZE = 2048; |