mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2024-11-25 23:55:38 +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>
|