Fixed compiling Box2D on some platforms (memory.h doesn't exist in every build environment)

This commit is contained in:
Alex Szpakowski
2014-12-08 21:19:41 -04:00
parent c4a1457603
commit b585e97e99
5 changed files with 5 additions and 5 deletions
@@ -18,7 +18,7 @@
#include <Box2D/Common/b2BlockAllocator.h>
#include <limits.h>
#include <memory.h>
#include <string.h>
#include <stddef.h>
int32 b2BlockAllocator::s_blockSizes[b2_blockSizes] =