From cd873642774c8f7482546fe391be4af2bfde8ba9 Mon Sep 17 00:00:00 2001 From: folecr Date: Mon, 30 Jul 2012 18:37:50 -0700 Subject: [PATCH] Includes for typeinfo and spidermonkey_specifics.h --- cocos2dx/actions/CCActionInstant.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/cocos2dx/actions/CCActionInstant.h b/cocos2dx/actions/CCActionInstant.h index aae81513b6..84ae07481c 100644 --- a/cocos2dx/actions/CCActionInstant.h +++ b/cocos2dx/actions/CCActionInstant.h @@ -28,6 +28,8 @@ THE SOFTWARE. #define __CCINSTANT_ACTION_H__ #include +#include +#include "spidermonkey_specifics.h" #include "CCAction.h" NS_CC_BEGIN