diff options
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
|