From 1e15669f2a84ecf47f76ea54610d5f362c072c2b Mon Sep 17 00:00:00 2001 From: Phil Nash Date: Tue, 15 Mar 2011 22:41:27 +0000 Subject: [PATCH] Added missing #include for --- Test/ConditionTests.cpp | 1 + catch_runner.hpp | 1 + 2 files changed, 2 insertions(+) diff --git a/Test/ConditionTests.cpp b/Test/ConditionTests.cpp index 727fb9eb..136fe81f 100644 --- a/Test/ConditionTests.cpp +++ b/Test/ConditionTests.cpp @@ -13,6 +13,7 @@ #include "../catch.hpp" #include +#include struct TestData { diff --git a/catch_runner.hpp b/catch_runner.hpp index 800c1586..1d0014aa 100644 --- a/catch_runner.hpp +++ b/catch_runner.hpp @@ -23,6 +23,7 @@ #include #include +#include namespace Catch {