From 1775999fc2f9518756054cec6f31172b2ef17fb5 Mon Sep 17 00:00:00 2001 From: Joshua Granick Date: Thu, 2 Jul 2015 16:25:26 -0700 Subject: [PATCH] Update tinyxml.h --- legacy/project/src/common/XML/tinyxml.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/legacy/project/src/common/XML/tinyxml.h b/legacy/project/src/common/XML/tinyxml.h index 7cf91388a..9ec80957f 100644 --- a/legacy/project/src/common/XML/tinyxml.h +++ b/legacy/project/src/common/XML/tinyxml.h @@ -40,7 +40,9 @@ distribution. #include #include +#ifdef BLACKBERRY using namespace std; +#endif // Help out windows: #if defined( _DEBUG ) && !defined( DEBUG )