Skip to content

Commit

Permalink
fix header
Browse files Browse the repository at this point in the history
  • Loading branch information
armcknight committed Jul 18, 2023
1 parent 3c0bfd6 commit 3ed09da
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion Sources/Sentry/include/SentryTracerConfiguration.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
#import "PrivatesHeader.h"
#if __has_include(<Sentry/PrivatesHeader.h>)
# import <Sentry/PrivatesHeader.h>
#else
# import "PrivatesHeader.h"
#endif

#import <Foundation/Foundation.h>

NS_ASSUME_NONNULL_BEGIN
Expand Down

0 comments on commit 3ed09da

Please sign in to comment.