Fixed #5563: Fix include issue

This commit is contained in:
pandamicro 2014-06-18 12:47:48 +08:00
parent 94fdff1da9
commit 950894de80
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@
#if CC_ENABLE_SCRIPT_BINDING
#include "base/CCScheduler.h"
#include "CCNode.h"
#include "2d/CCNode.h"
bool CC_DLL cc_assert_script_compatible(const char *msg)
{