mirror of
https://github.com/zeux/pugixml.git
synced 2024-12-26 12:41:06 +08:00
234c2f3657
They were still using Windows EOL by mistake
6 lines
130 B
C++
6 lines
130 B
C++
// Tests compatibility with string/iostream
|
|
#include <string>
|
|
#include "../src/pugixml.hpp"
|
|
#include <istream>
|
|
#include <ostream>
|