[Mlir-commits] [mlir] Include <vector> in TemplatingUtils.h (PR #149671)
llvmlistbot at llvm.org
llvmlistbot at llvm.org
Sat Jul 19 12:36:08 PDT 2025
llvmbot wrote:
<!--LLVM PR SUMMARY COMMENT-->
@llvm/pr-subscribers-mlir
Author: None (eaeltsin)
<details>
<summary>Changes</summary>
This is needed after 3ee0f97b950a550ef14e3adbdf45f507273f2190
---
Full diff: https://github.com/llvm/llvm-project/pull/149671.diff
1 Files Affected:
- (modified) mlir/lib/Target/IRDLToCpp/TemplatingUtils.h (+1)
``````````diff
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 {
``````````
</details>
https://github.com/llvm/llvm-project/pull/149671
More information about the Mlir-commits
mailing list