Skip to content

Commit 6eef978

Browse files
authored
Include <vector> in TemplatingUtils.h (#149671)
This is needed after 3ee0f97
1 parent 52bcc7b commit 6eef978

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

mlir/lib/Target/IRDLToCpp/TemplatingUtils.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
#include "llvm/Support/ErrorHandling.h"
1616
#include "llvm/Support/raw_ostream.h"
1717
#include <variant>
18+
#include <vector>
1819

1920
namespace mlir::irdl::detail {
2021

0 commit comments

Comments
 (0)