Browse Source

Merge pull request #5186 from feuerste/missing_header

Add missing rapidjson headers to `glTF2Asset.inl`.
Kim Kulling 2 năm trước cách đây
mục cha
commit
131bc61d47
1 tập tin đã thay đổi với 3 bổ sung0 xóa
  1. 3 0
      code/AssetLib/glTF2/glTF2Asset.inl

+ 3 - 0
code/AssetLib/glTF2/glTF2Asset.inl

@@ -45,6 +45,9 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
 #include <assimp/StringUtils.h>
 #include <assimp/DefaultLogger.hpp>
 #include <assimp/Base64.hpp>
+#include <rapidjson/document.h>
+#include <rapidjson/schema.h>
+#include <rapidjson/stringbuffer.h>
 
 // clang-format off
 #ifdef ASSIMP_ENABLE_DRACO