From 05eb3a59f5ca1f0a36b04e38685c7179bf630406 Mon Sep 17 00:00:00 2001 From: fape Date: Wed, 6 Feb 2013 15:50:09 +0100 Subject: [PATCH] include missing CCPlatformMacros.h --- cocos2dx/support/tinyxml2/tinyxml2.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/cocos2dx/support/tinyxml2/tinyxml2.h b/cocos2dx/support/tinyxml2/tinyxml2.h index e54cdb16c0..8d2287e9e6 100644 --- a/cocos2dx/support/tinyxml2/tinyxml2.h +++ b/cocos2dx/support/tinyxml2/tinyxml2.h @@ -24,6 +24,8 @@ distribution. #ifndef TINYXML2_INCLUDED #define TINYXML2_INCLUDED +#include "platform/CCPlatformConfig.h" + #if defined(ANDROID_NDK) || defined(__BORLANDC__) # include # include