Skip to content

Commit 7575a6f

Browse files
committed
fixing Linux build
1 parent 62c4ffa commit 7575a6f

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Sources/BushelCloudKit/CloudKit/SyncEngine+Export.swift

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,13 @@
2929

3030
import BushelLogging
3131
import BushelUtilities
32+
import Logging
3233
public import MistKit
3334

35+
#if canImport(FelinePineSwift)
36+
import FelinePineSwift
37+
#endif
38+
3439
// MARK: - Export Operations
3540

3641
extension SyncEngine {

0 commit comments

Comments
 (0)