diff --git a/Sources/Sentry/Public/SentryScope.h b/Sources/Sentry/Public/SentryScope.h index 85df60ff1f1..a9feae6f8ad 100644 --- a/Sources/Sentry/Public/SentryScope.h +++ b/Sources/Sentry/Public/SentryScope.h @@ -2,7 +2,7 @@ #import "SentrySerializable.h" #import "SentrySpanProtocol.h" -@class SentryUser, SentrySession, SentryOptions, SentryBreadcrumb, SentryAttachment; +@class SentryUser, SentryOptions, SentryBreadcrumb, SentryAttachment; NS_ASSUME_NONNULL_BEGIN diff --git a/Sources/Sentry/include/SentryScope+Private.h b/Sources/Sentry/include/SentryScope+Private.h index de662b856f2..ac581eb63a3 100644 --- a/Sources/Sentry/include/SentryScope+Private.h +++ b/Sources/Sentry/include/SentryScope+Private.h @@ -5,6 +5,7 @@ @class SentryAttachment; @class SentryPropagationContext; +@class SentrySession; NS_ASSUME_NONNULL_BEGIN