Fix missing import (#174)
This commit is contained in:
parent
1064186b3d
commit
7f67c5ca11
|
@ -1,5 +1,6 @@
|
||||||
import Foundation
|
import Foundation
|
||||||
import Combine
|
import Combine
|
||||||
|
import os
|
||||||
#if DEBUG && canImport(OSLog)
|
#if DEBUG && canImport(OSLog)
|
||||||
import OSLog
|
import OSLog
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in New Issue