Skip to content

Commit 4ebf04a

Browse files
authored
Merge pull request #42365 from apple/compnerd/new
Concurrency: include missing header
2 parents 1a210bb + c5e99e4 commit 4ebf04a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

stdlib/public/Concurrency/AsyncLet.cpp

+2
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,8 @@
3131
#include <dlfcn.h>
3232
#endif
3333

34+
#include <new>
35+
3436
using namespace swift;
3537

3638
namespace {

0 commit comments

Comments
 (0)