include memory.h to fix compile error

This commit is contained in:
ockeymm
2023-09-27 16:20:56 +08:00
committed by Kim Kulling
parent b2bfe6d253
commit 7b6bf139cf

View File

@@ -53,6 +53,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
#include <stdio.h>
#include <unordered_set>
#include <unordered_map>
#include <memory>
using namespace Assimp;