add missing header
This commit is contained in:
committed by
Erwin Coumans
parent
43aafbe892
commit
80ef56cfca
@@ -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];
|
||||||
|
|||||||
Reference in New Issue
Block a user