================ @@ -53,6 +55,7 @@ #include "llvm/ADT/SmallVector.h" #include "llvm/ADT/StringRef.h" #include "llvm/Support/Debug.h" +#include "llvm/Support/raw_ostream.h" ---------------- usx95 wrote:
Please remove #include "llvm/Support/raw_ostream.h" and restore #include "llvm/ADT/DenseMap.h" https://github.com/llvm/llvm-project/pull/166568 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
