From 4cf4e15ba6c8d1a122e8f2a9f34876f75d41fd83 Mon Sep 17 00:00:00 2001 From: James Chen Date: Thu, 20 Feb 2014 15:12:35 +0800 Subject: [PATCH] issue #4058: Adds CCStdC.h. --- cocos/2d/CCEventDispatcher.h | 1 + cocos/editor-support/cocostudio/CCActionFrameEasing.cpp | 2 ++ 2 files changed, 3 insertions(+) diff --git a/cocos/2d/CCEventDispatcher.h b/cocos/2d/CCEventDispatcher.h index 9ffc05059d..c05dbaba48 100644 --- a/cocos/2d/CCEventDispatcher.h +++ b/cocos/2d/CCEventDispatcher.h @@ -28,6 +28,7 @@ #include "CCPlatformMacros.h" #include "CCEventListener.h" #include "CCEvent.h" +#include "CCStdC.h" #include #include diff --git a/cocos/editor-support/cocostudio/CCActionFrameEasing.cpp b/cocos/editor-support/cocostudio/CCActionFrameEasing.cpp index b4a6fe9940..638e33e31b 100644 --- a/cocos/editor-support/cocostudio/CCActionFrameEasing.cpp +++ b/cocos/editor-support/cocostudio/CCActionFrameEasing.cpp @@ -25,6 +25,8 @@ THE SOFTWARE. #include #include "cocostudio/CCActionFrameEasing.h" #include "cocostudio/DictionaryHelper.h" +#include "CCStdC.h" + namespace cocostudio { #ifndef M_PI_X_2