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
2 merge requests!3Update to main branch,!2Rebase onto current main branch
......@@ -113,7 +113,6 @@ void LLGLTexture::setBoostLevel(S32 level)
{
mBoostLevel = level ;
if(mBoostLevel != LLGLTexture::BOOST_NONE &&
mBoostLevel != LLGLTexture::BOOST_ALM &&
mBoostLevel != LLGLTexture::BOOST_SELECTED &&
mBoostLevel != LLGLTexture::BOOST_ICON)
{
......
......@@ -46,6 +46,8 @@
#include "llvector4a.h"
#include <boost/align/aligned_allocator.hpp>
#include <array>
class LLVertexBuffer;
class LLCubeMap;
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