diff options
| author | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2013-03-11 14:51:45 -0400 | 
|---|---|---|
| committer | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2013-03-11 14:51:45 -0400 | 
| commit | 957c8303be6bef4182cff3b51fe3ffa06467d6a2 (patch) | |
| tree | 448de55bc82dc62b6d1258c7365336e0e85e135d /indra | |
| parent | 175190ac7aa32b71b3f8bed55a98176e030f9eb4 (diff) | |
Added gratuitous coupling to stop gcc from complaining
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 | 
