add missing header

This commit is contained in:
Erwin Coumans
2019-02-13 15:11:34 -08:00
committed by Erwin Coumans
parent 43aafbe892
commit 80ef56cfca

View File

@@ -5,7 +5,7 @@
#include <stdio.h> //fopen #include <stdio.h> //fopen
#include "Bullet3Common/b3AlignedObjectArray.h" #include "Bullet3Common/b3AlignedObjectArray.h"
#include "../../CommonInterfaces/CommonFileIOInterface.h" #include "../../CommonInterfaces/CommonFileIOInterface.h"
#include <string.h> //memcpy
struct MySTLTriangle struct MySTLTriangle
{ {
float normal[3]; float normal[3];