Compile TinyXml2 with the Dinkum C++ of QNX 6.5 and QNX 6.6.

When we include c++ headers, we have to use explicit std::
This commit is contained in:
Anton Indrawan
2014-11-18 20:50:42 +01:00
parent a94fc98396
commit f59e2d6a89
3 changed files with 7 additions and 7 deletions

View File

@@ -24,7 +24,7 @@ distribution.
#ifndef TINYXML2_INCLUDED
#define TINYXML2_INCLUDED
#if defined(ANDROID_NDK) || defined(__BORLANDC__)
#if defined(ANDROID_NDK) || defined(__BORLANDC__) || defined(__QNXNTO__)
# include <ctype.h>
# include <limits.h>
# include <stdio.h>