mirror of
https://github.com/holub/mame
synced 2025-04-26 10:13:37 +03:00
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>
|