Skip to content

Commit f18c395

Browse files
rupprechtLukacma
authored andcommitted
[ADT][NFC] Add missing #include <vector> (llvm#165068)
Added in llvm#164524. Fails when using libc++ in a mode that prunes transitive headers.
1 parent 2f92854 commit f18c395

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)