From 7061493ead4abb250e418ff944a8a9cd158b7361 Mon Sep 17 00:00:00 2001 From: Matthias Moulin Date: Sat, 6 Oct 2018 15:16:40 +0200 Subject: [PATCH] Replaced "../Include/" include from HMPFileData.h --- code/HMPFileData.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/HMPFileData.h b/code/HMPFileData.h index 08e8b3be3..962f2f9c7 100644 --- a/code/HMPFileData.h +++ b/code/HMPFileData.h @@ -131,7 +131,7 @@ struct Vertex_HMP7 int8_t normal_x,normal_y; } PACK_STRUCT; -#include "./../include/assimp/Compiler/poppack1.h" +#include } //! namespace HMP } //! namespace Assimp