Skip to content

Commit

Permalink
Merge pull request #5186 from feuerste/missing_header
Browse files Browse the repository at this point in the history
Add missing rapidjson headers to `glTF2Asset.inl`.
  • Loading branch information
kimkulling committed Jul 23, 2023
2 parents 20cb815 + d05dbfa commit 131bc61
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions code/AssetLib/glTF2/glTF2Asset.inl
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 131bc61

Please sign in to comment.