From 47fcbfd3695f0ce2cd9f2e238c240c7a2f591f1b Mon Sep 17 00:00:00 2001 From: Matthias Moulin Date: Sat, 6 Oct 2018 15:19:56 +0200 Subject: [PATCH] Replaced "../Include/" include from glTF2Asset.h --- code/glTF2Asset.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code/glTF2Asset.h b/code/glTF2Asset.h index d1a70ae0a..0def5b74d 100644 --- a/code/glTF2Asset.h +++ b/code/glTF2Asset.h @@ -170,7 +170,7 @@ namespace glTF2 #include #ifdef ASSIMP_API - #include "./../include/assimp/Compiler/pushpack1.h" + #include #endif //! For binary .glb files @@ -189,7 +189,7 @@ namespace glTF2 } PACK_STRUCT; #ifdef ASSIMP_API - #include "./../include/assimp/Compiler/poppack1.h" + #include #endif