diff --git a/README b/README index 526c1eff..a34bb854 100644 --- a/README +++ b/README @@ -1,4 +1,4 @@ -CATCH v0.9 build 7 (integration branch) +CATCH v0.9 build 8 (integration branch) --------------------------------------------- CATCH is an automated test framework for C, C++ and Objective-C. diff --git a/include/internal/catch_version.hpp b/include/internal/catch_version.hpp index 4600a14a..6a8c26f9 100644 --- a/include/internal/catch_version.hpp +++ b/include/internal/catch_version.hpp @@ -13,7 +13,7 @@ namespace Catch { // These numbers are maintained by a script - Version libraryVersion( 0, 9, 7, "integration" ); + Version libraryVersion( 0, 9, 8, "integration" ); } #endif // TWOBLUECUBES_CATCH_VERSION_HPP_INCLUDED diff --git a/include/reporters/catch_reporter_junit.hpp b/include/reporters/catch_reporter_junit.hpp index 9d4b6388..21c4ccfb 100644 --- a/include/reporters/catch_reporter_junit.hpp +++ b/include/reporters/catch_reporter_junit.hpp @@ -13,6 +13,8 @@ #include "../internal/catch_reporter_registrars.hpp" #include "../internal/catch_xmlwriter.hpp" +#include + namespace Catch { class JunitReporter : public SharedImpl { diff --git a/single_include/catch.hpp b/single_include/catch.hpp index 92546d11..5b231ebd 100644 --- a/single_include/catch.hpp +++ b/single_include/catch.hpp @@ -1,6 +1,6 @@ /* - * CATCH v0.9 build 7 (integration branch) - * Generated: 2012-12-01 23:56:31.861593 + * CATCH v0.9 build 8 (integration branch) + * Generated: 2012-12-02 00:05:11.160560 * ---------------------------------------------------------- * This file has been merged from multiple headers. Please don't edit it directly * Copyright (c) 2012 Two Blue Cubes Ltd. All rights reserved. @@ -5580,7 +5580,7 @@ namespace Catch { namespace Catch { // These numbers are maintained by a script - Version libraryVersion( 0, 9, 7, "integration" ); + Version libraryVersion( 0, 9, 8, "integration" ); } // #included from: ../reporters/catch_reporter_basic.hpp @@ -6325,6 +6325,8 @@ namespace Catch { // #included from: ../reporters/catch_reporter_junit.hpp #define TWOBLUECUBES_CATCH_REPORTER_JUNIT_HPP_INCLUDED +#include + namespace Catch { class JunitReporter : public SharedImpl {