فهرست منبع

Replaced "../Include/" include from glTFAsset.h

Matthias Moulin 7 سال پیش
والد
کامیت
88c173a6f4
1فایلهای تغییر یافته به همراه2 افزوده شده و 2 حذف شده
  1. 2 2
      code/glTFAsset.h

+ 2 - 2
code/glTFAsset.h

@@ -170,7 +170,7 @@ namespace glTF
     #define AI_GLB_MAGIC_NUMBER "glTF"
     #define AI_GLB_MAGIC_NUMBER "glTF"
 
 
     #ifdef ASSIMP_API
     #ifdef ASSIMP_API
-        #include "./../include/assimp/Compiler/pushpack1.h"
+        #include <assimp/Compiler/pushpack1.h>
     #endif
     #endif
 
 
     //! For the KHR_binary_glTF extension (binary .glb file)
     //! For the KHR_binary_glTF extension (binary .glb file)
@@ -185,7 +185,7 @@ namespace glTF
     } PACK_STRUCT;
     } PACK_STRUCT;
 
 
     #ifdef ASSIMP_API
     #ifdef ASSIMP_API
-        #include "./../include/assimp/Compiler/poppack1.h"
+        #include <assimp/Compiler/poppack1.h>
     #endif
     #endif