fix case sensitive header include
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
#include "btMiniSDF.h"
|
#include "btMiniSDF.h"
|
||||||
|
|
||||||
|
|
||||||
#include "LinearMath/btAlignedObjectArray.h"
|
|
||||||
#include <string.h> //memcpy
|
#include <string.h> //memcpy
|
||||||
|
|
||||||
struct btSdfDataStream
|
struct btSdfDataStream
|
||||||
|
|||||||
@@ -3,7 +3,7 @@
|
|||||||
|
|
||||||
#include "LinearMath/btVector3.h"
|
#include "LinearMath/btVector3.h"
|
||||||
#include "LinearMath/btAabbUtil2.h"
|
#include "LinearMath/btAabbUtil2.h"
|
||||||
#include "Linearmath/btAlignedObjectArray.h"
|
#include "LinearMath/btAlignedObjectArray.h"
|
||||||
|
|
||||||
|
|
||||||
struct btMultiIndex
|
struct btMultiIndex
|
||||||
|
|||||||
Reference in New Issue
Block a user