From 357d654641879f3b48ff0fef8a7fa34a598db801 Mon Sep 17 00:00:00 2001 From: Phil Nash Date: Fri, 16 Aug 2013 08:01:16 +0100 Subject: [PATCH] Added missing assert include --- include/internal/catch_interfaces_reporter.h | 1 + single_include/catch.hpp | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/include/internal/catch_interfaces_reporter.h b/include/internal/catch_interfaces_reporter.h index 2a7ca571..1de4778e 100644 --- a/include/internal/catch_interfaces_reporter.h +++ b/include/internal/catch_interfaces_reporter.h @@ -20,6 +20,7 @@ #include #include #include +#include namespace Catch { diff --git a/single_include/catch.hpp b/single_include/catch.hpp index d27d620d..80b70341 100644 --- a/single_include/catch.hpp +++ b/single_include/catch.hpp @@ -1,6 +1,6 @@ /* * CATCH v1.0 build 7 (master branch) - * Generated: 2013-08-15 19:08:20.526513 + * Generated: 2013-08-16 08:00:49.964403 * ---------------------------------------------------------- * This file has been merged from multiple headers. Please don't edit it directly * Copyright (c) 2012 Two Blue Cubes Ltd. All rights reserved. @@ -2307,6 +2307,7 @@ namespace Catch { #include #include #include +#include namespace Catch {