From f1928b7f24a3c141f545d54833b7f891ddfa7f1a Mon Sep 17 00:00:00 2001 From: Phil Nash Date: Wed, 23 Apr 2014 17:51:30 +0100 Subject: [PATCH] Include missing header - should fix issue #274 --- include/reporters/catch_reporter_console.hpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/reporters/catch_reporter_console.hpp b/include/reporters/catch_reporter_console.hpp index 62c3568f..29d84bf1 100644 --- a/include/reporters/catch_reporter_console.hpp +++ b/include/reporters/catch_reporter_console.hpp @@ -13,6 +13,8 @@ #include "../internal/catch_reporter_registrars.hpp" #include "../internal/catch_console_colour.hpp" +#include + namespace Catch { struct ConsoleReporter : StreamingReporterBase {