Skip to content
This repository was archived by the owner on Oct 11, 2025. It is now read-only.

Commit be03b0e

Browse files
authored
[mlir][NFC] Add rewrite header to fix standalone header compile (#99370)
This uses `MlirRewriterBase` from from `mlir-c/Rewrite.h` without including it.
1 parent 72bb0a5 commit be03b0e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

mlir/include/mlir/CAPI/Rewrite.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
#ifndef MLIR_CAPI_REWRITE_H
1616
#define MLIR_CAPI_REWRITE_H
1717

18+
#include "mlir-c/Rewrite.h"
1819
#include "mlir/CAPI/Wrap.h"
1920
#include "mlir/IR/PatternMatch.h"
2021

0 commit comments

Comments
 (0)