浏览代码

Add missing rapidjson headers.

Marco Feuerstein 2 年之前
父节点
当前提交
37a1366fb7
共有 1 个文件被更改,包括 3 次插入0 次删除
  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/StringUtils.h>
 #include <assimp/DefaultLogger.hpp>
 #include <assimp/DefaultLogger.hpp>
 #include <assimp/Base64.hpp>
 #include <assimp/Base64.hpp>
+#include <rapidjson/document.h>
+#include <rapidjson/schema.h>
+#include <rapidjson/stringbuffer.h>
 
 
 // clang-format off
 // clang-format off
 #ifdef ASSIMP_ENABLE_DRACO
 #ifdef ASSIMP_ENABLE_DRACO