SceneCombiner: fix the build.

This commit is contained in:
Kim Kulling
2017-06-21 15:24:06 +02:00
parent b727420cf2
commit 439409bef2
9 changed files with 10 additions and 9 deletions

View File

@@ -45,8 +45,9 @@ Assimp C export interface. See Exporter.cpp for some notes.
*/
#ifndef ASSIMP_BUILD_NO_EXPORT
#include "CInterfaceIOWrapper.h"
#include "SceneCombiner.h"
#include <assimp/SceneCombiner.h>
#include "ScenePrivate.h"
#include <assimp/Exporter.hpp>