Fix DRTVWR-559 std::array usage in llrender and llprimitive after merge
parent
673b3309dd
commit
26163e2154
|
|
@ -34,6 +34,7 @@
|
|||
#include "lluuid.h"
|
||||
#include "hbxxh.h"
|
||||
|
||||
#include <array>
|
||||
#include <string>
|
||||
#include <map>
|
||||
|
||||
|
|
|
|||
|
|
@ -44,6 +44,8 @@
|
|||
#include "llmatrix4a.h"
|
||||
#include "glh/glh_linear.h"
|
||||
|
||||
#include <array>
|
||||
|
||||
class LLVertexBuffer;
|
||||
class LLCubeMap;
|
||||
class LLImageGL;
|
||||
|
|
|
|||
Loading…
Reference in New Issue