diff options
Diffstat (limited to 'indra/newview/tests/llviewertexture_stub.cpp')
-rw-r--r-- | indra/newview/tests/llviewertexture_stub.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/newview/tests/llviewertexture_stub.cpp b/indra/newview/tests/llviewertexture_stub.cpp index 90e76a8f83..889ab9bea5 100644 --- a/indra/newview/tests/llviewertexture_stub.cpp +++ b/indra/newview/tests/llviewertexture_stub.cpp @@ -26,7 +26,9 @@ #include "linden_common.h" #include "../llviewertexture.h" +#include "../../llrender/llgltexture.h" void LLViewerTexture::setBoostLevel(int level) { } + |