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