From e085d4811a4b4396091a2a59c8f0a000c8ff6d92 Mon Sep 17 00:00:00 2001 From: Phil Nash Date: Fri, 24 Jul 2015 08:13:07 +0100 Subject: [PATCH] Qualified path to xmlwriter to fix travis error --- projects/SelfTest/MiscTests.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/SelfTest/MiscTests.cpp b/projects/SelfTest/MiscTests.cpp index 8dbebea7..b753cf46 100644 --- a/projects/SelfTest/MiscTests.cpp +++ b/projects/SelfTest/MiscTests.cpp @@ -7,7 +7,7 @@ */ #include "catch.hpp" -#include "catch_xmlwriter.hpp" +#include "internal/catch_xmlwriter.hpp" #include