diff --git a/include/internal/catch_xmlwriter.hpp b/include/internal/catch_xmlwriter.hpp index 79b7c5a..d47c2b4 100644 --- a/include/internal/catch_xmlwriter.hpp +++ b/include/internal/catch_xmlwriter.hpp @@ -8,10 +8,11 @@ #ifndef TWOBLUECUBES_CATCH_XMLWRITER_HPP_INCLUDED #define TWOBLUECUBES_CATCH_XMLWRITER_HPP_INCLUDED +#include "../internal/catch_stream.h" + #include #include #include -#include namespace Catch { diff --git a/single_include/catch.hpp b/single_include/catch.hpp index c5191bf..6a80971 100644 --- a/single_include/catch.hpp +++ b/single_include/catch.hpp @@ -1,6 +1,6 @@ /* * CATCH v1.1 build 6 (develop branch) - * Generated: 2014-10-02 19:07:23.164698 + * Generated: 2014-10-02 19:13:03.375275 * ---------------------------------------------------------- * This file has been merged from multiple headers. Please don't edit it directly * Copyright (c) 2012 Two Blue Cubes Ltd. All rights reserved. @@ -7713,7 +7713,6 @@ namespace Catch { #include #include #include -#include namespace Catch {