mirror of https://github.com/axmolengine/axmol.git
include missing CCPlatformMacros.h
This commit is contained in:
parent
948732d617
commit
05eb3a59f5
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue