Skip to content

Commit 7f67c5c

Browse files
authored
Fix missing import (#174)
1 parent 1064186 commit 7f67c5c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Sources/Defaults/Utilities.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
import Foundation
22
import Combine
3+
import os
34
#if DEBUG && canImport(OSLog)
45
import OSLog
56
#endif

0 commit comments

Comments
 (0)