Update tinyxml2.h

This commit is contained in:
minggo 2020-08-27 16:46:55 +08:00 committed by GitHub
parent ac3104cd6b
commit 4fe69eb307
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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