diff options
| -rw-r--r-- | indra/newview/llavatarrendernotifier.cpp | 1 | ||||
| -rwxr-xr-x | indra/newview/llvoavatar.cpp | 2 | 
2 files changed, 1 insertions, 2 deletions
diff --git a/indra/newview/llavatarrendernotifier.cpp b/indra/newview/llavatarrendernotifier.cpp index 921f1ceda1..da8bfae1a9 100644 --- a/indra/newview/llavatarrendernotifier.cpp +++ b/indra/newview/llavatarrendernotifier.cpp @@ -37,7 +37,6 @@  #include "llnotifications.h"  #include "llnotificationsutil.h"  #include "llnotificationtemplate.h" -#include "llstartup.h"  #include "lltimer.h"  #include "llvoavatarself.h"  #include "llviewercontrol.h" diff --git a/indra/newview/llvoavatar.cpp b/indra/newview/llvoavatar.cpp index 9e689d9821..3116aefaed 100755 --- a/indra/newview/llvoavatar.cpp +++ b/indra/newview/llvoavatar.cpp @@ -8438,7 +8438,7 @@ void LLVOAvatar::calculateUpdateRenderComplexity()  		mVisualComplexity = cost;  		mVisualComplexityStale = false; -		LLCachedControl<U32> show_my_complexity_changes(gSavedSettings, "ShowMyComplexityChanges", 20); +        static LLCachedControl<U32> show_my_complexity_changes(gSavedSettings, "ShowMyComplexityChanges", 20);  		if (isSelf() && show_my_complexity_changes)  		{  | 
