Skip to content

Commit

Permalink
[mlir][NFC] Add rewrite header to fix standalone header compile (llvm…
Browse files Browse the repository at this point in the history
…#99370)

This uses `MlirRewriterBase` from from `mlir-c/Rewrite.h` without
including it.
  • Loading branch information
rupprecht authored and sgundapa committed Jul 23, 2024
1 parent b171159 commit ea8eaab
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mlir/include/mlir/CAPI/Rewrite.h
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
#ifndef MLIR_CAPI_REWRITE_H
#define MLIR_CAPI_REWRITE_H

#include "mlir-c/Rewrite.h"
#include "mlir/CAPI/Wrap.h"
#include "mlir/IR/PatternMatch.h"

Expand Down

0 comments on commit ea8eaab

Please sign in to comment.