Fix for Borland C++ Builder 6

This commit is contained in:
Wilfred van Velzen 2016-03-25 14:01:15 +01:00
parent fe5dbdb817
commit 67abee5610
1 changed files with 1 additions and 1 deletions

View File

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