[mlir][capi] Unbreak Interfaces CAPI after 2387fadea3

No idea why check-mlir doesn't build this.
This commit is contained in:
Benjamin Kramer 2022-04-04 18:51:35 +02:00
parent 9a6a0dfa06
commit 4ae24d9fd9
1 changed files with 1 additions and 0 deletions

View File

@ -9,6 +9,7 @@
#include "mlir-c/Interfaces.h"
#include "mlir/CAPI/IR.h"
#include "mlir/CAPI/Support.h"
#include "mlir/CAPI/Wrap.h"
#include "mlir/Interfaces/InferTypeOpInterface.h"
#include "llvm/ADT/ScopeExit.h"