From 0c63194354903aa1342456b349633e17dae9b5a2 Mon Sep 17 00:00:00 2001 From: minggo Date: Thu, 7 Jun 2018 10:55:38 +0800 Subject: [PATCH] fix compiling error --- sources/tinyxml2/tinyxml2.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sources/tinyxml2/tinyxml2.h b/sources/tinyxml2/tinyxml2.h index eeffa109..f0d4b1b0 100644 --- a/sources/tinyxml2/tinyxml2.h +++ b/sources/tinyxml2/tinyxml2.h @@ -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