summaryrefslogtreecommitdiff
path: root/include/internal/catch_debugger.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'include/internal/catch_debugger.cpp')
-rw-r--r--include/internal/catch_debugger.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/internal/catch_debugger.cpp b/include/internal/catch_debugger.cpp
index f04900a4..fc78c36e 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 <assert.h>
# include <stdbool.h>