diff options
author | Richard Linden <none@none> | 2013-04-24 14:13:45 -0700 |
---|---|---|
committer | Richard Linden <none@none> | 2013-04-24 14:13:45 -0700 |
commit | 84af0e9852486231b5ef0cde7ad1704d41689a3a (patch) | |
tree | e4049f49451f9f4539a605af4d1976f35f129c3f /indra/newview/llviewertexturelist.h | |
parent | c6737163854981d94fde8bdd440eaf4bbc816b4f (diff) |
SH-4080 WIP interesting: random crash on Mac
potential fix for crasher
cleaned up llsingleton
Diffstat (limited to 'indra/newview/llviewertexturelist.h')
-rw-r--r-- | indra/newview/llviewertexturelist.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llviewertexturelist.h b/indra/newview/llviewertexturelist.h index e3df71cca2..7ce4a8fc70 100644 --- a/indra/newview/llviewertexturelist.h +++ b/indra/newview/llviewertexturelist.h @@ -34,6 +34,7 @@ #include "llui.h" #include <list> #include <set> +#include "lluiimage.h" const U32 LL_IMAGE_REZ_LOSSLESS_CUTOFF = 128; |