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
+1 -1
View File
@@ -19,7 +19,7 @@
#ifndef B2_GROWABLE_STACK_H
#define B2_GROWABLE_STACK_H
#include <Box2D/Common/b2Settings.h>
#include <memory.h>
#include <string.h>
/// This is a growable LIFO stack with an initial capacity of N.
/// If the stack size exceeds the initial capacity, the heap is used