From 49a1408ff23a7b0d34818168f9eca114b23559a6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Ho=C5=99e=C5=88ovsk=C3=BD?= Date: Wed, 30 Aug 2017 18:07:29 +0200 Subject: [PATCH] Fix compilation of main file with CATCH_CONFIG_FAST_COMPILE --- include/internal/catch_capture.hpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/include/internal/catch_capture.hpp b/include/internal/catch_capture.hpp index c914bffe..9f205465 100644 --- a/include/internal/catch_capture.hpp +++ b/include/internal/catch_capture.hpp @@ -11,6 +11,7 @@ #include "catch_assertionhandler.h" #include "catch_message.h" #include "catch_interfaces_capture.h" +#include "catch_debugger.h" #if !defined(CATCH_CONFIG_DISABLE) @@ -38,8 +39,6 @@ #else // CATCH_CONFIG_FAST_COMPILE -#include "catch_debugger.h" - /////////////////////////////////////////////////////////////////////////////// // In the event of a failure works out if the debugger needs to be invoked // and/or an exception thrown and takes appropriate action.