Skip to content

Commit dede838

Browse files
Forgot to change the header in one place.
1 parent 06eaa1b commit dede838

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

source/MRPch/MRPch.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
// This quirk causes issues for Fastmcpp on Mac Arm.
55
// This must be included before `<exception>` to work correctly, so effectively before any standard library headers.
66
#if defined( __APPLE__ ) && defined( __arm64__ )
7-
#include <__availability>
7+
#include <version>
88
#undef _LIBCPP_AVAILABILITY_HAS_INIT_PRIMARY_EXCEPTION
99
#define _LIBCPP_AVAILABILITY_HAS_INIT_PRIMARY_EXCEPTION 0
1010
#endif

0 commit comments

Comments
 (0)