Fix missing import (#174)

This commit is contained in:
Jordi Bruin 2024-04-30 11:59:17 +02:00 committed by GitHub
parent 1064186b3d
commit 7f67c5ca11
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -1,5 +1,6 @@
import Foundation
import Combine
import os
#if DEBUG && canImport(OSLog)
import OSLog
#endif