diff options
author | arseny.kapoulkine <arseny.kapoulkine@99668b35-9821-0410-8761-19e4c4f06640> | 2006-11-22 09:13:01 +0000 |
---|---|---|
committer | arseny.kapoulkine <arseny.kapoulkine@99668b35-9821-0410-8761-19e4c4f06640> | 2006-11-22 09:13:01 +0000 |
commit | 44a433ba0e2631e5fecd99e3800d77bb97b7c4d9 (patch) | |
tree | e912ac107d281b648dad588b49c24fff7c9808e1 /src | |
parent | 6e12a6a2742c0529d5ef5444379398bd9f0f92d6 (diff) |
Added #include <istream>
git-svn-id: http://pugixml.googlecode.com/svn/trunk@10 99668b35-9821-0410-8761-19e4c4f06640
Diffstat (limited to 'src')
-rw-r--r-- | src/pugixml.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/pugixml.hpp b/src/pugixml.hpp index c8c91c2..87685eb 100644 --- a/src/pugixml.hpp +++ b/src/pugixml.hpp @@ -16,6 +16,7 @@ #include <vector>
#include <string>
+#include <istream>
/// The PugiXML Parser namespace.
namespace pugi
|