From 7d71e9b4312fdf0e9bb92251b6b2eb0c0928904a Mon Sep 17 00:00:00 2001 From: Phil Nash Date: Thu, 11 Nov 2010 20:42:16 +0000 Subject: [PATCH] =?UTF-8?q?#include=20and=20newline=20fixes=20from=20Bj?= =?UTF-8?q?=C3=B6rn=20Fahller?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- catch_runnerconfig.hpp | 3 ++- internal/catch_list.hpp | 4 ++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/catch_runnerconfig.hpp b/catch_runnerconfig.hpp index 19b48406..2eb38e4e 100644 --- a/catch_runnerconfig.hpp +++ b/catch_runnerconfig.hpp @@ -15,6 +15,7 @@ #include "catch_reporter_registry.hpp" +#include #include #include @@ -123,4 +124,4 @@ namespace Catch } // end namespace Catch -#endif // TWOBLUECUBES_CATCH_RUNNERCONFIG_HPP_INCLUDED \ No newline at end of file +#endif // TWOBLUECUBES_CATCH_RUNNERCONFIG_HPP_INCLUDED diff --git a/internal/catch_list.hpp b/internal/catch_list.hpp index 338c73a9..fac602b0 100644 --- a/internal/catch_list.hpp +++ b/internal/catch_list.hpp @@ -14,7 +14,7 @@ #define TWOBLUECUBES_CATCH_LIST_HPP_INCLUDED #include "catch_commandline.hpp" - +#include namespace Catch { inline int List( const RunnerConfig& config ) @@ -63,4 +63,4 @@ namespace Catch } // end namespace Catch -#endif // TWOBLUECUBES_CATCH_LIST_HPP_INCLUDED \ No newline at end of file +#endif // TWOBLUECUBES_CATCH_LIST_HPP_INCLUDED