================ @@ -15,6 +15,7 @@ #include "llvm/Support/ErrorHandling.h" #include "llvm/Support/raw_ostream.h" #include <variant> +#include <vector> ---------------- alexfh wrote: Please place this before `#include <variant>`. Otherwise LG https://github.com/llvm/llvm-project/pull/149671