================ @@ -19,6 +19,7 @@ #include "llvm/ADT/DenseSet.h" #include "llvm/ADT/FoldingSet.h" #include "llvm/ADT/PointerIntPair.h" +#include "llvm/ADT/STLExtras.h" ---------------- wangpc-pp wrote: Do we need this include? https://github.com/llvm/llvm-project/pull/138876