Skip to content
Snippets Groups Projects
Commit af7349cf authored by Rye Mutt's avatar Rye Mutt :bread:
Browse files

Fix build

parent ad68916c
No related branches found
No related tags found
No related merge requests found
...@@ -113,7 +113,6 @@ void LLGLTexture::setBoostLevel(S32 level) ...@@ -113,7 +113,6 @@ void LLGLTexture::setBoostLevel(S32 level)
{ {
mBoostLevel = level ; mBoostLevel = level ;
if(mBoostLevel != LLGLTexture::BOOST_NONE && if(mBoostLevel != LLGLTexture::BOOST_NONE &&
mBoostLevel != LLGLTexture::BOOST_ALM &&
mBoostLevel != LLGLTexture::BOOST_SELECTED && mBoostLevel != LLGLTexture::BOOST_SELECTED &&
mBoostLevel != LLGLTexture::BOOST_ICON) mBoostLevel != LLGLTexture::BOOST_ICON)
{ {
......
...@@ -46,6 +46,8 @@ ...@@ -46,6 +46,8 @@
#include "llvector4a.h" #include "llvector4a.h"
#include <boost/align/aligned_allocator.hpp> #include <boost/align/aligned_allocator.hpp>
#include <array>
class LLVertexBuffer; class LLVertexBuffer;
class LLCubeMap; class LLCubeMap;
class LLImageGL; class LLImageGL;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment