From 7ee7946dc56d4260affcb56b6322bf440f2fc40f Mon Sep 17 00:00:00 2001 From: Kim Kulling Date: Sun, 18 Aug 2019 09:40:13 +0200 Subject: [PATCH] Update scene.h use #include only if the compiler is used to compile c++ code. --- include/assimp/scene.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/assimp/scene.h b/include/assimp/scene.h index df5d6f3b5..2667db85b 100644 --- a/include/assimp/scene.h +++ b/include/assimp/scene.h @@ -56,9 +56,9 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. #include "material.h" #include "anim.h" #include "metadata.h" -#include #ifdef __cplusplus +# include extern "C" { #endif