From 4220fb6267368af16545bc15b0284a540a3d4ac9 Mon Sep 17 00:00:00 2001 From: Phil Nash Date: Wed, 5 Jan 2011 21:04:13 +0000 Subject: [PATCH] Added missing #includes --- internal/catch_config.hpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/internal/catch_config.hpp b/internal/catch_config.hpp index ee56fa8f..009497c2 100644 --- a/internal/catch_config.hpp +++ b/internal/catch_config.hpp @@ -14,10 +14,12 @@ #define TWOBLUECUBES_CATCH_RUNNERCONFIG_HPP_INCLUDED #include "catch_interfaces_reporter.h" +#include "catch_hub.h" #include #include #include +#include namespace Catch {