Skip to content

Commit c5c0d36

Browse files
committed
fix: Add missing import
1 parent 996f0d5 commit c5c0d36

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Sources/FoundationExtensions/General/RuntimeWarnings.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
@preconcurrency import Foundation
2+
import IssueReporting
23

34
extension Notification.Name {
45
@available(*, deprecated, message: "Use IssueReporting module from https://github.com/pointfreeco/swift-issue-reporting")

0 commit comments

Comments
 (0)