diff options
Diffstat (limited to 'indra')
| -rwxr-xr-x | indra/newview/lltexturefetch.h | 3 | 
1 files changed, 1 insertions, 2 deletions
| diff --git a/indra/newview/lltexturefetch.h b/indra/newview/lltexturefetch.h index 544499232d..618784c8ed 100755 --- a/indra/newview/lltexturefetch.h +++ b/indra/newview/lltexturefetch.h @@ -44,15 +44,14 @@  #include "httpoptions.h"  #include "httpheaders.h"  #include "httphandler.h" +#include "llviewertexture.h" -class LLViewerTexture;  class LLTextureFetchWorker;  class LLImageDecodeThread;  class LLHost;  class LLViewerAssetStats;  class LLTextureFetchDebugger;  class LLTextureCache; -enum FTType;  // Interface class | 
