diff --git a/Sources/Sentry/include/SentrySessionReplayIntegration.h b/Sources/Sentry/include/SentrySessionReplayIntegration.h index 1520e6d330..8ebff68b38 100644 --- a/Sources/Sentry/include/SentrySessionReplayIntegration.h +++ b/Sources/Sentry/include/SentrySessionReplayIntegration.h @@ -1,5 +1,15 @@ -#import "SentryBaseIntegration.h" -#import "SentryDefines.h" +#if __has_include() +# import +#else +# import "SentryBaseIntegration.h" +#endif + +#if __has_include() +# import +#else +# import "SentryDefines.h" +#endif + #import NS_ASSUME_NONNULL_BEGIN