Skip to content

Commit 10c1648

Browse files
committed
Fix Linux build
1 parent c7def93 commit 10c1648

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Sources/swift-composable-architecture-benchmark/ViewStore.swift

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
import Benchmark
2-
import Combine
2+
#if canImport(Combine)
3+
import Combine
4+
#endif
35
import ComposableArchitecture
46
import Foundation
57

0 commit comments

Comments
 (0)