Skip to content

Commit d7ff85d

Browse files
slackitogithub-actions[bot]
authored andcommitted
Automerge: Add missing includes after db42345
2 parents d4db8e6 + d6c3712 commit d7ff85d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

mlir/include/mlir/Dialect/XeGPU/Transforms/Transforms.h

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@
99
#ifndef MLIR_DIALECT_XEGPU_TRANSFORMS_TRANSFORMS_H
1010
#define MLIR_DIALECT_XEGPU_TRANSFORMS_TRANSFORMS_H
1111

12+
#include <functional>
13+
#include <optional>
14+
#include <utility>
15+
1216
namespace mlir {
1317
class RewritePatternSet;
1418

0 commit comments

Comments
 (0)