[Mlir-commits] [mlir] Include <vector> in TemplatingUtils.h (PR #149671)

Alexander Kornienko llvmlistbot at llvm.org
Sat Jul 19 12:58:07 PDT 2025


================
@@ -15,6 +15,7 @@
 #include "llvm/Support/ErrorHandling.h"
 #include "llvm/Support/raw_ostream.h"
 #include <variant>
+#include <vector>
----------------
alexfh wrote:

Please ignore. I'm bad with alphabet apparently.

https://github.com/llvm/llvm-project/pull/149671


More information about the Mlir-commits mailing list