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 {