fix compiling error

This commit is contained in:
minggo 2018-06-07 10:55:38 +08:00 committed by GitHub
parent 103165e1d6
commit 0c63194354
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ distribution.
#define TINYXML2_INCLUDED
#include "platform/CCPlatformConfig.h"
#include "platform/CCPlatformMacros.h"
#include "base/ccMacros.h"
#if defined(ANDROID_NDK) || defined(__BORLANDC__) || (CC_TARGET_PLATFORM == CC_PLATFORM_BLACKBERRY)
# include <ctype.h>