diff --git a/include/internal/catch_platform.h b/include/internal/catch_platform.h index 82c5e144..630ea55d 100644 --- a/include/internal/catch_platform.h +++ b/include/internal/catch_platform.h @@ -12,6 +12,9 @@ // See e.g.: // https://opensource.apple.com/source/CarbonHeaders/CarbonHeaders-18.1/TargetConditionals.h.auto.html #ifdef __APPLE__ +# ifndef __has_extension +# define __has_extension(x) 0 +# endif # include # if (defined(TARGET_OS_OSX) && TARGET_OS_OSX == 1) || \ (defined(TARGET_OS_MAC) && TARGET_OS_MAC == 1)