add missing include for logging.

fix_include
Kim Kulling 2020-07-23 21:01:08 +02:00
parent 9a4b3fd9de
commit dcc8419722
1 changed files with 1 additions and 0 deletions

View File

@ -38,6 +38,7 @@ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
---------------------------------------------------------------------------
*/
#include <assimp/cimport.h>
#include <assimp/Importer.hpp>
#include <assimp/scene.h>
#include <assimp/postprocess.h>