Skip to content

Commit 377a047

Browse files
committed
Add more missing includes after db42345
1 parent 83107e0 commit 377a047

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 "llvm/ADT/SmallVector.h"
13+
#include "llvm/Support/LogicalResult.h"
14+
#include "mlir/IR/Operation.h"
15+
1216
#include <functional>
1317
#include <optional>
1418
#include <utility>

0 commit comments

Comments
 (0)