Loading...
--- dyld/dyld-1066.10/lsl/PVLEInt64.cpp
+++ dyld/dyld-1162/lsl/PVLEInt64.cpp
@@ -21,6 +21,10 @@
*
* @APPLE_LICENSE_HEADER_END@
*/
+
+#include <TargetConditionals.h>
+
+#if !TARGET_OS_EXCLAVEKIT
#include <bit>
@@ -72,3 +76,5 @@
}
};
+
+#endif // !TARGET_OS_EXCLAVEKIT