[Mlir-commits] [mlir] Include <vector> in TemplatingUtils.h (PR #149671)
llvmlistbot at llvm.org
llvmlistbot at llvm.org
Sat Jul 19 12:35:38 PDT 2025
https://github.com/eaeltsin created https://github.com/llvm/llvm-project/pull/149671
This is needed after 3ee0f97b950a550ef14e3adbdf45f507273f2190
>From e32a42098d15ea698e23ff762e7c9263aa88660a Mon Sep 17 00:00:00 2001
From: eaeltsin <109593613+eaeltsin at users.noreply.github.com>
Date: Sat, 19 Jul 2025 21:35:01 +0200
Subject: [PATCH] Include <vector> in TemplatingUtils.h
This is needed after 3ee0f97b950a550ef14e3adbdf45f507273f2190
---
mlir/lib/Target/IRDLToCpp/TemplatingUtils.h | 1 +
1 file changed, 1 insertion(+)
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