catch_debugger.cpp - debugger detection is identical on Mac OS X and iOS

This commit is contained in:
ptc-tgamper 2019-12-18 10:14:32 +01:00 committed by Martin Hořeňovský
parent 0f47fe16bd
commit 6ad743a62b
No known key found for this signature in database
GPG Key ID: DE48307B8B0D381A
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@
#include <catch2/catch_stream.h> #include <catch2/catch_stream.h>
#include <catch2/catch_platform.h> #include <catch2/catch_platform.h>
#ifdef CATCH_PLATFORM_MAC #if defined(CATCH_PLATFORM_MAC) || defined(CATCH_PLATFORM_IPHONE)
# include <assert.h> # include <assert.h>
# include <stdbool.h> # include <stdbool.h>