Skip to content
Snippets Groups Projects
Commit 26163e21 authored by Brad Linden's avatar Brad Linden
Browse files

Fix DRTVWR-559 std::array usage in llrender and llprimitive after merge

parent 673b3309
No related branches found
No related tags found
2 merge requests!3Update to main branch,!2Rebase onto current main branch
...@@ -34,6 +34,7 @@ ...@@ -34,6 +34,7 @@
#include "lluuid.h" #include "lluuid.h"
#include "hbxxh.h" #include "hbxxh.h"
#include <array>
#include <string> #include <string>
#include <map> #include <map>
......
...@@ -44,6 +44,8 @@ ...@@ -44,6 +44,8 @@
#include "llmatrix4a.h" #include "llmatrix4a.h"
#include "glh/glh_linear.h" #include "glh/glh_linear.h"
#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