From a43634ebd0ddcb1b33d3c7a3210e5a3aa3768a4d Mon Sep 17 00:00:00 2001 From: Kim Kulling Date: Sun, 6 Nov 2016 20:39:33 +0100 Subject: [PATCH] Fix build: --- include/assimp/types.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/assimp/types.h b/include/assimp/types.h index 56e7c24..d28a93b 100644 --- a/include/assimp/types.h +++ b/include/assimp/types.h @@ -226,7 +226,7 @@ struct aiColor3D //! Red, green and blue color values ai_real r, g, b; -} PACK_STRUCT; // !struct aiColor3D +} /*PACK_STRUCT*/; // !struct aiColor3D #include "./Compiler/poppack1.h" // ---------------------------------------------------------------------------------- -- 2.7.4