From 0c59cc83cf4e423cfecf3e1170f07c45b56cf040 Mon Sep 17 00:00:00 2001 From: ptc-tgamper Date: Wed, 18 Dec 2019 10:14:32 +0100 Subject: [PATCH] catch_debugger.cpp - debugger detection is identical on Mac OS X and iOS --- include/internal/catch_debugger.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/internal/catch_debugger.cpp b/include/internal/catch_debugger.cpp index f04900a4..9a218ff5 100644 --- a/include/internal/catch_debugger.cpp +++ b/include/internal/catch_debugger.cpp @@ -12,7 +12,7 @@ #include "catch_stream.h" #include "catch_platform.h" -#ifdef CATCH_PLATFORM_MAC +#if defined(CATCH_PLATFORM_MAC) || defined(CATCH_PLATFORM_IPHONE) # include # include