Fix the build.

This commit is contained in:
Kim Kulling
2019-06-11 20:17:50 +02:00
parent f76d77955d
commit cc10967913
31 changed files with 64 additions and 86 deletions

View File

@@ -45,7 +45,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
#include <assimp/mesh.h>
#include <assimp/scene.h>
#include <assimp/Importer.hpp>
#include <ScenePreprocessor.h>
#include "Common/ScenePreprocessor.h"
using namespace std;
using namespace Assimp;