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