@@ -19,7 +19,7 @@
#include <Box2D/Collision/Shapes/b2ChainShape.h>
#include <Box2D/Collision/Shapes/b2EdgeShape.h>
#include <new>
-#include <memory.h>
+#include <string.h>
b2ChainShape::~b2ChainShape()
{
@@ -17,7 +17,7 @@
*/
#include <Box2D/Collision/b2BroadPhase.h>
b2BroadPhase::b2BroadPhase()
#include <Box2D/Collision/b2DynamicTree.h>
b2DynamicTree::b2DynamicTree()
@@ -18,7 +18,7 @@
#include <Box2D/Common/b2BlockAllocator.h>
#include <limits.h>
#include <stddef.h>
int32 b2BlockAllocator::s_blockSizes[b2_blockSizes] =
#ifndef B2_GROWABLE_STACK_H
#define B2_GROWABLE_STACK_H
#include <Box2D/Common/b2Settings.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