From 80ef56cfcaa78f9bd0ed1d9c8a249df8cecf72ed Mon Sep 17 00:00:00 2001 From: Erwin Coumans Date: Wed, 13 Feb 2019 15:11:34 -0800 Subject: [PATCH] add missing header --- examples/Importers/ImportSTLDemo/LoadMeshFromSTL.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/Importers/ImportSTLDemo/LoadMeshFromSTL.h b/examples/Importers/ImportSTLDemo/LoadMeshFromSTL.h index 53331e147..6e8dbed9e 100644 --- a/examples/Importers/ImportSTLDemo/LoadMeshFromSTL.h +++ b/examples/Importers/ImportSTLDemo/LoadMeshFromSTL.h @@ -5,7 +5,7 @@ #include //fopen #include "Bullet3Common/b3AlignedObjectArray.h" #include "../../CommonInterfaces/CommonFileIOInterface.h" - +#include //memcpy struct MySTLTriangle { float normal[3];