Skip to content

Commit d6c3712

Browse files
committed
Add missing includes after db42345
1 parent 70ca3f4 commit d6c3712

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)