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];