mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2025-01-18 15:15:37 +00: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>
|