From 3ed09daccba06428fcc90cebe32b8c6a91541dd1 Mon Sep 17 00:00:00 2001 From: Andrew McKnight Date: Tue, 18 Jul 2023 14:19:05 -0800 Subject: [PATCH] fix header --- Sources/Sentry/include/SentryTracerConfiguration.h | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/Sources/Sentry/include/SentryTracerConfiguration.h b/Sources/Sentry/include/SentryTracerConfiguration.h index 6a6bbfdf547..cb38c47745f 100644 --- a/Sources/Sentry/include/SentryTracerConfiguration.h +++ b/Sources/Sentry/include/SentryTracerConfiguration.h @@ -1,4 +1,9 @@ -#import "PrivatesHeader.h" +#if __has_include() +# import +#else +# import "PrivatesHeader.h" +#endif + #import NS_ASSUME_NONNULL_BEGIN