From 70836d49badafc84be5c10fac9bb274cf7d777a8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Ho=C5=99e=C5=88ovsk=C3=BD?= Date: Fri, 7 Feb 2020 09:24:26 +0100 Subject: [PATCH] Move include of catch_enforce out of the reporter bases --- src/catch2/reporters/catch_reporter_bases.hpp | 1 - src/catch2/reporters/catch_reporter_teamcity.cpp | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/src/catch2/reporters/catch_reporter_bases.hpp b/src/catch2/reporters/catch_reporter_bases.hpp index 909b819b..41e8f634 100644 --- a/src/catch2/reporters/catch_reporter_bases.hpp +++ b/src/catch2/reporters/catch_reporter_bases.hpp @@ -8,7 +8,6 @@ #ifndef TWOBLUECUBES_CATCH_REPORTER_BASES_HPP_INCLUDED #define TWOBLUECUBES_CATCH_REPORTER_BASES_HPP_INCLUDED -#include #include #include diff --git a/src/catch2/reporters/catch_reporter_teamcity.cpp b/src/catch2/reporters/catch_reporter_teamcity.cpp index e732cdc9..37a0c090 100644 --- a/src/catch2/reporters/catch_reporter_teamcity.cpp +++ b/src/catch2/reporters/catch_reporter_teamcity.cpp @@ -5,9 +5,9 @@ #include +#include #include - namespace Catch { namespace {