From 3c0bfd660295bfd50ccc8787f3aa1b51d9a1ab96 Mon Sep 17 00:00:00 2001 From: Andrew McKnight Date: Tue, 18 Jul 2023 14:08:21 -0800 Subject: [PATCH] fix header --- Sources/Sentry/include/SentryTracerConfiguration.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Sources/Sentry/include/SentryTracerConfiguration.h b/Sources/Sentry/include/SentryTracerConfiguration.h index eb00c98ca1a..6a6bbfdf547 100644 --- a/Sources/Sentry/include/SentryTracerConfiguration.h +++ b/Sources/Sentry/include/SentryTracerConfiguration.h @@ -1,5 +1,5 @@ +#import "PrivatesHeader.h" #import -#import NS_ASSUME_NONNULL_BEGIN