[Mlir-commits] [mlir] 6eef978 - Include <vector> in TemplatingUtils.h (#149671)
llvmlistbot at llvm.org
llvmlistbot at llvm.org
Sat Jul 19 13:08:45 PDT 2025
Author: eaeltsin
Date: 2025-07-19T22:08:41+02:00
New Revision: 6eef978e1e43f9f1e143f735e5afbd3427d42487
URL: https://github.com/llvm/llvm-project/commit/6eef978e1e43f9f1e143f735e5afbd3427d42487
DIFF: https://github.com/llvm/llvm-project/commit/6eef978e1e43f9f1e143f735e5afbd3427d42487.diff
LOG: Include <vector> in TemplatingUtils.h (#149671)
This is needed after 3ee0f97b950a550ef14e3adbdf45f507273f2190
Added:
Modified:
mlir/lib/Target/IRDLToCpp/TemplatingUtils.h
Removed:
################################################################################
diff --git a/mlir/lib/Target/IRDLToCpp/TemplatingUtils.h b/mlir/lib/Target/IRDLToCpp/TemplatingUtils.h
index aeb3c09543213..be16a1f612c5b 100644
--- a/mlir/lib/Target/IRDLToCpp/TemplatingUtils.h
+++ b/mlir/lib/Target/IRDLToCpp/TemplatingUtils.h
@@ -15,6 +15,7 @@
#include "llvm/Support/ErrorHandling.h"
#include "llvm/Support/raw_ostream.h"
#include <variant>
+#include <vector>
namespace mlir::irdl::detail {
More information about the Mlir-commits
mailing list