From 6ad743a62b766082dbadfec67e812a006898e856 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 --- src/catch2/catch_debugger.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/catch2/catch_debugger.cpp b/src/catch2/catch_debugger.cpp index 140f0204..02a8f818 100644 --- a/src/catch2/catch_debugger.cpp +++ b/src/catch2/catch_debugger.cpp @@ -12,7 +12,7 @@ #include #include -#ifdef CATCH_PLATFORM_MAC +#if defined(CATCH_PLATFORM_MAC) || defined(CATCH_PLATFORM_IPHONE) # include # include