mirror of
https://github.com/zeux/pugixml.git
synced 2024-12-27 13:33:17 +08:00
742a1db2df
git-svn-id: http://pugixml.googlecode.com/svn/trunk@865 99668b35-9821-0410-8761-19e4c4f06640
6 lines
135 B
C++
6 lines
135 B
C++
// Tests compatibility with string/iostream
|
|
#include <string>
|
|
#include "../src/pugixml.hpp"
|
|
#include <istream>
|
|
#include <ostream>
|