fix: add missing include<array>
This commit is contained in:
@@ -20,6 +20,7 @@
|
||||
#include "Vec3.h"
|
||||
#include "Vec3Oper.h"
|
||||
#include "tinyxml.h"
|
||||
#include <array>
|
||||
|
||||
|
||||
MultiPatchModelGenerator2D::MultiPatchModelGenerator2D (const TiXmlElement* geo) :
|
||||
|
||||
@@ -18,6 +18,7 @@
|
||||
#include "Vec3.h"
|
||||
#include "Vec3Oper.h"
|
||||
#include "tinyxml.h"
|
||||
#include <array>
|
||||
|
||||
|
||||
ModelGenerator::ModelGenerator (const TiXmlElement* elem) :
|
||||
|
||||
Reference in New Issue
Block a user