mirror of
https://github.com/zeux/pugixml.git
synced 2025-01-15 10:37:57 +08:00
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>
|