closed #4097: Adds missing include.

This commit is contained in:
James Chen 2014-02-20 17:23:22 +08:00
parent b1e44a7ed6
commit 7970e37bf5
1 changed files with 1 additions and 0 deletions

View File

@ -26,6 +26,7 @@
#ifndef __SCRIPT_SUPPORT_H__
#define __SCRIPT_SUPPORT_H__
#include "ccConfig.h"
#if CC_ENABLE_SCRIPT_BINDING
#include "platform/CCCommon.h"