Skip to content

Commit 703b08f

Browse files
rupprechtdvbuka
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 17e7413 commit 703b08f

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)