Skip to content

Commit 7ec1de8

Browse files
authored
Merge pull request #16814 from mikeash/runtime-conformance-scanning-lockless-array-4.2
[Runtime] 4.2 - Include <vector> in Concurrent.h, since it uses std::vector.
2 parents 5132c04 + 7320e33 commit 7ec1de8

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)