Replaced "../Include/" include from glTF2Asset.h
parent
7061493ead
commit
47fcbfd369
|
@ -170,7 +170,7 @@ namespace glTF2
|
||||||
#include <assimp/pbrmaterial.h>
|
#include <assimp/pbrmaterial.h>
|
||||||
|
|
||||||
#ifdef ASSIMP_API
|
#ifdef ASSIMP_API
|
||||||
#include "./../include/assimp/Compiler/pushpack1.h"
|
#include <assimp/Compiler/pushpack1.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
//! For binary .glb files
|
//! For binary .glb files
|
||||||
|
@ -189,7 +189,7 @@ namespace glTF2
|
||||||
} PACK_STRUCT;
|
} PACK_STRUCT;
|
||||||
|
|
||||||
#ifdef ASSIMP_API
|
#ifdef ASSIMP_API
|
||||||
#include "./../include/assimp/Compiler/poppack1.h"
|
#include <assimp/Compiler/poppack1.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue