Skip to content

Commit ec5264d

Browse files
authored
Import _Concurrency where needed (#5682)
1 parent 5275f37 commit ec5264d

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

Sources/Basics/TemporaryFile.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
//
1111
//===----------------------------------------------------------------------===//
1212

13+
import _Concurrency
1314
import Foundation
1415
import TSCBasic
1516

Sources/Workspace/Workspace.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
//
1111
//===----------------------------------------------------------------------===//
1212

13+
import _Concurrency
1314
import Basics
1415
import Foundation
1516
import OrderedCollections

0 commit comments

Comments
 (0)