fixed android build according to 43408de

This commit is contained in:
2youyouo2 2017-03-09 17:12:58 +08:00
parent a03c09d797
commit 011cbe9a6d
1 changed files with 1 additions and 1 deletions

View File

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