[llvm-branch-commits] [llvm] a3d3339 - Merge branch 'main' into revert-164551-re-land
via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Fri Oct 24 21:05:08 PDT 2025
Author: SahilPatidar
Date: 2025-10-25T09:35:02+05:30
New Revision: a3d3339c96708a26132ec050ee23531e9b54204f
URL: https://github.com/llvm/llvm-project/commit/a3d3339c96708a26132ec050ee23531e9b54204f
DIFF: https://github.com/llvm/llvm-project/commit/a3d3339c96708a26132ec050ee23531e9b54204f.diff
LOG: Merge branch 'main' into revert-164551-re-land
Added:
Modified:
llvm/include/llvm/ADT/RadixTree.h
Removed:
################################################################################
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 {
More information about the llvm-branch-commits
mailing list