From 9630454b0f2695d69b5868745ff95c03b97a403f Mon Sep 17 00:00:00 2001 From: Phil Nash Date: Mon, 15 Sep 2014 23:32:13 +0100 Subject: [PATCH] Added missing #include --- include/internal/catch_test_case_registry_impl.hpp | 1 + single_include/catch.hpp | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/include/internal/catch_test_case_registry_impl.hpp b/include/internal/catch_test_case_registry_impl.hpp index ad733dbc..7756b0bc 100644 --- a/include/internal/catch_test_case_registry_impl.hpp +++ b/include/internal/catch_test_case_registry_impl.hpp @@ -17,6 +17,7 @@ #include #include #include +#include namespace Catch { diff --git a/single_include/catch.hpp b/single_include/catch.hpp index e25907f9..eb102586 100644 --- a/single_include/catch.hpp +++ b/single_include/catch.hpp @@ -1,6 +1,6 @@ /* * CATCH v1.1 build 4 (develop branch) - * Generated: 2014-09-15 18:39:57.728720 + * Generated: 2014-09-15 23:31:31.318013 * ---------------------------------------------------------- * This file has been merged from multiple headers. Please don't edit it directly * Copyright (c) 2012 Two Blue Cubes Ltd. All rights reserved. @@ -5636,6 +5636,7 @@ namespace Catch { #include #include #include +#include namespace Catch {