From b00923ebcd5d31d2d93ea6bbfbc7bdf351409f74 Mon Sep 17 00:00:00 2001 From: Kim Kulling Date: Tue, 31 May 2022 19:08:29 +0200 Subject: [PATCH] Update Assimp.cpp --- code/Common/Assimp.cpp | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/code/Common/Assimp.cpp b/code/Common/Assimp.cpp index 9cd8f1560..528708792 100644 --- a/code/Common/Assimp.cpp +++ b/code/Common/Assimp.cpp @@ -5,8 +5,6 @@ Open Asset Import Library (assimp) Copyright (c) 2006-2022, assimp team - - All rights reserved. Redistribution and use of this software in source and binary forms, @@ -1283,5 +1281,6 @@ ASSIMP_API void aiQuaternionInterpolate( #endif #if ASSIMP_NEEDS_STB_IMAGE -#include "Common/StbCommon.h" +# define STB_IMAGE_IMPLEMENTATION +# include "Common/StbCommon.h" #endif