1
0
mirror of https://github.com/catchorg/Catch2.git synced 2025-04-03 09:04:47 +02:00

Qualified path to xmlwriter to fix travis error

This commit is contained in:
Phil Nash 2015-07-24 08:13:07 +01:00
parent 2f6371f2ec
commit e085d4811a

@ -7,7 +7,7 @@
*/ */
#include "catch.hpp" #include "catch.hpp"
#include "catch_xmlwriter.hpp" #include "internal/catch_xmlwriter.hpp"
#include <iostream> #include <iostream>