It seems the codebase relies on some deprecated code from the core lib: https://github.com/acgessler/assimp2json/blob/master/assimp2json/json_exporter.cpp#L23 wants to pull in https://github.com/assimp/assimp/blob/93bb63fdb40d9682e60ca97b0eda4951a552c742/code/BoostWorkaround/boost/scoped_ptr.hpp But this hasn't existed in ~3 years?
It seems the codebase relies on some deprecated code from the core lib:
https://github.com/acgessler/assimp2json/blob/master/assimp2json/json_exporter.cpp#L23
wants to pull in https://github.com/assimp/assimp/blob/93bb63fdb40d9682e60ca97b0eda4951a552c742/code/BoostWorkaround/boost/scoped_ptr.hpp
But this hasn't existed in ~3 years?