Add missing rapidjson headers.

pull/5186/head
Marco Feuerstein 2023-07-21 11:30:21 +02:00
parent bf7ccb6206
commit 37a1366fb7
1 changed files with 3 additions and 0 deletions

View File

@ -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