diff --git a/include/nonius/reporters/junit_reporter.h++ b/include/nonius/reporters/junit_reporter.h++ index 1c26c3d..37aa5a6 100644 --- a/include/nonius/reporters/junit_reporter.h++ +++ b/include/nonius/reporters/junit_reporter.h++ @@ -30,6 +30,7 @@ #include #include #include +#include #include namespace nonius { @@ -98,9 +99,9 @@ namespace nonius { report_stream() << ">\n"; report_stream() << " \n"; - report_stream() << " \n"; - report_stream() << " \n"; - report_stream() << " \n"; + report_stream() << " \n"; + report_stream() << " \n"; + report_stream() << " \n"; report_stream() << " \n"; for(auto tc : data) {