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
@@ -17,7 +17,7 @@
*/
#include <Box2D/Collision/b2BroadPhase.h>
#include <memory.h>
#include <string.h>
b2BroadPhase::b2BroadPhase()
{