fix OSX build

This commit is contained in:
erwin.coumans
2010-01-20 04:52:07 +00:00
parent 50a3c32a5f
commit ae6c59848f
3 changed files with 13 additions and 8 deletions

View File

@@ -19,6 +19,9 @@ subject to the following restrictions:
#include "btScalar.h" // has definitions like SIMD_FORCE_INLINE
#include "btStackAlloc.h"
#include "btHashMap.h"
#include <memory.h>
#include <string.h>
///only the 32bit versions for now
extern unsigned char sBulletDNAstr[];