-
Couldn't load subscription status.
- Fork 15k
[ADT][NFC] Add missing #include <vector> #165068
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
@llvm/pr-subscribers-llvm-adt Author: Jordan Rupprecht (rupprecht) ChangesFull diff: https://github.com/llvm/llvm-project/pull/165068.diff 1 Files Affected:
diff --git a/llvm/include/llvm/ADT/RadixTree.h b/llvm/include/llvm/ADT/RadixTree.h
index d3c44e4e6345c..a65acddf186b7 100644
--- a/llvm/include/llvm/ADT/RadixTree.h
+++ b/llvm/include/llvm/ADT/RadixTree.h
@@ -22,6 +22,7 @@
#include <limits>
#include <list>
#include <utility>
+#include <vector>
namespace llvm {
|
|
LLVM Buildbot has detected a new failure on builder Full details are available at: https://lab.llvm.org/buildbot/#/builders/154/builds/23168 Here is the relevant piece of the build log for the reference |
|
LLVM Buildbot has detected a new failure on builder Full details are available at: https://lab.llvm.org/buildbot/#/builders/143/builds/11957 Here is the relevant piece of the build log for the reference |
Added in llvm#164524. Fails when using libc++ in a mode that prunes transitive headers.
Added in #164524. Fails when using libc++ in a mode that prunes transitive headers.