Jelajahi Sumber

Merge pull request #1013 from AlbertHungGarmin/arm_compiler_error

Fix ARM Compiler build errors
Lee Thomason 1 tahun lalu
induk
melakukan
c6ab6d76e8
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  1. 1 1
      tinyxml2.cpp

+ 1 - 1
tinyxml2.cpp

@@ -24,7 +24,7 @@ distribution.
 #include "tinyxml2.h"
 #include "tinyxml2.h"
 
 
 #include <new>		// yes, this one new style header, is in the Android SDK.
 #include <new>		// yes, this one new style header, is in the Android SDK.
-#if defined(ANDROID_NDK) || defined(__BORLANDC__) || defined(__QNXNTO__)
+#if defined(ANDROID_NDK) || defined(__BORLANDC__) || defined(__QNXNTO__) || defined(__CC_ARM)
 #   include <stddef.h>
 #   include <stddef.h>
 #   include <stdarg.h>
 #   include <stdarg.h>
 #else
 #else