diff -r 751260846c40 -r 9aed8c2ea97d src/XMLCommand.h --- a/src/XMLCommand.h Thu Jan 10 19:50:21 2019 +0100 +++ b/src/XMLCommand.h Thu Jan 10 20:05:13 2019 +0100 @@ -23,6 +23,11 @@ #include #include +#include +#include +#include +#include + #include namespace relpipe { @@ -34,6 +39,7 @@ void process(std::istream& input, std::ostream& output) { using namespace relpipe::writer; + using namespace xercesc; std::shared_ptr writer(Factory::create(output)); // TODO: remove demo