include missing CCPlatformMacros.h

This commit is contained in:
fape 2013-02-06 15:50:09 +01:00
parent 948732d617
commit 05eb3a59f5
1 changed files with 2 additions and 0 deletions

View File

@ -24,6 +24,8 @@ distribution.
#ifndef TINYXML2_INCLUDED
#define TINYXML2_INCLUDED
#include "platform/CCPlatformConfig.h"
#if defined(ANDROID_NDK) || defined(__BORLANDC__)
# include <ctype.h>
# include <limits.h>