From 011cbe9a6df2aead76a3e51ffa4a25c9265da266 Mon Sep 17 00:00:00 2001 From: 2youyouo2 <501251991@qq.com> Date: Thu, 9 Mar 2017 17:12:58 +0800 Subject: [PATCH] fixed android build according to 43408de --- sources/Box2D/Common/b2GrowableStack.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sources/Box2D/Common/b2GrowableStack.h b/sources/Box2D/Common/b2GrowableStack.h index 80514f29..cd5a981f 100755 --- a/sources/Box2D/Common/b2GrowableStack.h +++ b/sources/Box2D/Common/b2GrowableStack.h @@ -19,7 +19,7 @@ #ifndef B2_GROWABLE_STACK_H #define B2_GROWABLE_STACK_H #include -#include +#include /// This is a growable LIFO stack with an initial capacity of N. /// If the stack size exceeds the initial capacity, the heap is used