From 78155f9e6340e03536bef46d795609ec70fcf76f Mon Sep 17 00:00:00 2001 From: James Sherlock <15193942+Sherlouk@users.noreply.github.com> Date: Tue, 12 Dec 2023 14:23:22 +0000 Subject: [PATCH] Update MainThreadCallStack.h --- .../MainThreadCallStack/include/MainThreadCallStack.h | 1 + 1 file changed, 1 insertion(+) diff --git a/PerformanceSuite/MainThreadCallStack/include/MainThreadCallStack.h b/PerformanceSuite/MainThreadCallStack/include/MainThreadCallStack.h index f04eafc..fb826a4 100644 --- a/PerformanceSuite/MainThreadCallStack/include/MainThreadCallStack.h +++ b/PerformanceSuite/MainThreadCallStack/include/MainThreadCallStack.h @@ -11,5 +11,6 @@ thread_state_result read_thread_state(mach_port_t thread); #endif +#include // I couldn't call this function from swift, not sure why, that's why I'm re-exporting it here extern const char *macho_arch_name_for_mach_header_reexported(void) __API_AVAILABLE(ios(16.0));