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

Alexander Kornienko llvmlistbot at llvm.org
Sat Jul 19 12:55:00 PDT 2025


================
@@ -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


More information about the Mlir-commits mailing list