Skip to content

Commit 0e84003

Browse files
committed
Fix missing import _Concurrency
1 parent 7864617 commit 0e84003

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Sources/JavaScriptKit/BridgeJSIntrinsics.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
/// by the BridgeJS system.
55

66
import _CJavaScriptKit
7+
import _Concurrency
78

89
#if !arch(wasm32)
910
@usableFromInline func _onlyAvailableOnWasm() -> Never {

0 commit comments

Comments
 (0)