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

master
Brad Linden 2023-10-25 16:27:38 -07:00
parent 673b3309dd
commit 26163e2154
2 changed files with 3 additions and 0 deletions

View File

@ -34,6 +34,7 @@
#include "lluuid.h"
#include "hbxxh.h"
#include <array>
#include <string>
#include <map>

View File

@ -44,6 +44,8 @@
#include "llmatrix4a.h"
#include "glh/glh_linear.h"
#include <array>
class LLVertexBuffer;
class LLCubeMap;
class LLImageGL;