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.