From b64ac8c595478922a25a0e36340ebf9dd2733b2f Mon Sep 17 00:00:00 2001 From: jordan4ibanez Date: Tue, 28 Nov 2023 05:25:09 -0500 Subject: [PATCH] Now get the header to load --- source/Irrlicht/CB3DJSONMeshFileLoader.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/source/Irrlicht/CB3DJSONMeshFileLoader.h b/source/Irrlicht/CB3DJSONMeshFileLoader.h index 233ad2c4..8544c97f 100644 --- a/source/Irrlicht/CB3DJSONMeshFileLoader.h +++ b/source/Irrlicht/CB3DJSONMeshFileLoader.h @@ -5,6 +5,9 @@ #include "CSkinnedMesh.h" #include "IReadFile.h" #include "path.h" +#include "json/json.hpp" + +using json = nlohmann::json; namespace irr {