Merge pull request #12175 from samuele3hu/v3_bug_fix

issue #10323: Fix the compile error when COCOS2D_DEBUG>=2.
This commit is contained in:
子龙山人 2015-06-04 14:59:53 +08:00
commit 5c804922b8
3 changed files with 3 additions and 0 deletions

View File

@ -24,6 +24,7 @@
****************************************************************************/
#include "base/CCData.h"
#include "base/CCConsole.h"
NS_CC_BEGIN

View File

@ -23,6 +23,7 @@
****************************************************************************/
#include "base/CCEventListener.h"
#include "base/CCConsole.h"
NS_CC_BEGIN

View File

@ -24,6 +24,7 @@
#include "base/CCEventListenerAcceleration.h"
#include "base/CCEventAcceleration.h"
#include "base/CCConsole.h"
NS_CC_BEGIN