commit | 7fbefab95d7785dc5fed8251891157aea4229c16 | [log] [tgz] |
---|---|---|
author | Jerome Martinez <jerome@mediaarea.net> | Fri Oct 19 11:30:33 2012 +0200 |
committer | Jerome Martinez <jerome@mediaarea.net> | Fri Oct 19 11:30:33 2012 +0200 |
tree | da0b5cf747f6b39e65ea56c6daf691e4825fd74b | |
parent | 1aa8fc4a1e28a666a28fe0dbc3d9a9b66d90436b [diff] [blame] |
std lib is in std:: namespace only and array definition is not possible with an enum
diff --git a/tinyxml2.cpp b/tinyxml2.cpp index 2536414..1bf4fda 100755 --- a/tinyxml2.cpp +++ b/tinyxml2.cpp
@@ -31,6 +31,7 @@ #endif using namespace tinyxml2; +using namespace std; static const char LINE_FEED = (char)0x0a; // all line endings are normalized to LF static const char LF = LINE_FEED;