Skip to content

Commit cf77aa3

Browse files
committed
[Concurrency] Fix macOS build issue.
We need to use the `swift` namespace in `NonDispatchGlobalExecutor.cpp`. rdar://135380149
1 parent e6882f2 commit cf77aa3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

stdlib/public/Concurrency/NonDispatchGlobalExecutor.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,8 @@
3434

3535
#include "ExecutorImpl.h"
3636

37+
using namespace swift;
38+
3739
SWIFT_CC(swift)
3840
void swift_task_enqueueGlobalImpl(SwiftJob *job) {
3941
assert(job && "no job provided");

0 commit comments

Comments
 (0)