From b317588e6ee058cac8d555b96be99b6318e7bb38 Mon Sep 17 00:00:00 2001 From: zilongshanren Date: Thu, 26 May 2016 17:25:03 +0800 Subject: [PATCH] fix include path --- cocos/editor-support/cocostudio/CCActionNode.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cocos/editor-support/cocostudio/CCActionNode.cpp b/cocos/editor-support/cocostudio/CCActionNode.cpp index 8b789ee86a..0970a9db1e 100644 --- a/cocos/editor-support/cocostudio/CCActionNode.cpp +++ b/cocos/editor-support/cocostudio/CCActionNode.cpp @@ -29,7 +29,7 @@ THE SOFTWARE. #include "ui/UILayout.h" #include "editor-support/cocostudio/CocoLoader.h" #include "base/ccUtils.h" -#include "cocostudio/CCActionManagerEx.h" +#include "editor-support/cocostudio/CCActionManagerEx.h" using namespace cocos2d;