Skip to content

Commit

Permalink
Fix missing import (#174)
Browse files Browse the repository at this point in the history
  • Loading branch information
jordibruin committed Apr 30, 2024
1 parent 1064186 commit 7f67c5c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Sources/Defaults/Utilities.swift
@@ -1,5 +1,6 @@
import Foundation
import Combine
import os
#if DEBUG && canImport(OSLog)
import OSLog
#endif
Expand Down

0 comments on commit 7f67c5c

Please sign in to comment.