diff options
| -rw-r--r-- | indra/newview/llimprocessing.cpp | 2 | 
1 files changed, 2 insertions, 0 deletions
| diff --git a/indra/newview/llimprocessing.cpp b/indra/newview/llimprocessing.cpp index 5b9ef7e60a..42043a03f2 100644 --- a/indra/newview/llimprocessing.cpp +++ b/indra/newview/llimprocessing.cpp @@ -29,6 +29,7 @@  #include "llimprocessing.h"  #include "llagent.h" +#include "llappviewer.h"  #include "llavatarnamecache.h"  #include "llfirstuse.h"  #include "llfloaterreg.h" @@ -1474,6 +1475,7 @@ void LLIMProcessing::requestOfflineMessages()      static BOOL requested = FALSE;      if (!requested          && gMessageSystem +        && !gDisconnected          && LLMuteList::getInstance()->isLoaded()          && isAgentAvatarValid()          && gAgent.getRegion() | 
