================ @@ -17,6 +17,7 @@ #include "llvm/Support/CommandLine.h" #include "llvm/Support/raw_ostream.h" #include <cassert> +#include <sstream> ---------------- nikic wrote: Do not use this header. https://github.com/llvm/llvm-project/pull/145059