fixed android build according to 43408de
This commit is contained in:
parent
a03c09d797
commit
011cbe9a6d
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue