Skip to content

Commit 75c9256

Browse files
rupprechtgithub-actions[bot]
authored andcommitted
Automerge: [ADT][NFC] Add missing #include <vector> (#165068)
Added in #164524. Fails when using libc++ in a mode that prunes transitive headers.
2 parents 03b3abe + a7c38b8 commit 75c9256

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

llvm/include/llvm/ADT/RadixTree.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
#include <limits>
2323
#include <list>
2424
#include <utility>
25+
#include <vector>
2526

2627
namespace llvm {
2728

0 commit comments

Comments
 (0)