Skip to content

Commit 7320e33

Browse files
committed
[Runtime] Include <vector> in Concurrent.h, since it uses std::vector.
rdar://problem/37173156
1 parent 86fc41a commit 7320e33

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

include/swift/Runtime/Concurrent.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
#include <atomic>
1717
#include <functional>
1818
#include <stdint.h>
19+
#include <vector>
1920
#include "llvm/Support/Allocator.h"
2021
#include "Atomic.h"
2122
#include "Debug.h"

0 commit comments

Comments
 (0)