We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab8c155 commit 79c71f5Copy full SHA for 79c71f5
1 file changed
config.def.h
@@ -499,6 +499,7 @@
499
#define DEFAULT_NOTCH_WRITE_OVER_ENABLE false
500
501
#ifdef __APPLE__
502
+#include <Availability.h>
503
#if (defined(__MAC_OS_X_VERSION_MIN_REQUIRED) && __MAC_OS_X_VERSION_MIN_REQUIRED >= 120000) || \
504
(defined(__IPHONE_OS_VERSION_MIN_REQUIRED) && __IPHONE_OS_VERSION_MIN_REQUIRED >= 130000) || \
505
(defined(__TV_OS_VERSION_MIN_REQUIRED) && __TV_OS_VERSION_MIN_REQUIRED >= 120000)
0 commit comments