minor compile fixes for __CELLOS_LV2_

This commit is contained in:
erwin.coumans
2010-02-03 02:20:09 +00:00
parent 23c814f699
commit f34bb0176c
2 changed files with 12 additions and 4 deletions

View File

@@ -19,7 +19,10 @@ subject to the following restrictions:
#include "btScalar.h" // has definitions like SIMD_FORCE_INLINE
#include "btStackAlloc.h"
#include "btHashMap.h"
#if !defined( __CELLOS_LV2__) && !defined(__MWERKS__)
#include <memory.h>
#endif
#include <string.h>