[Mlir-commits] [mlir] 4ae24d9 - [mlir][capi] Unbreak Interfaces CAPI after 2387fadea3
Benjamin Kramer
llvmlistbot at llvm.org
Mon Apr 4 09:52:29 PDT 2022
Author: Benjamin Kramer
Date: 2022-04-04T18:52:11+02:00
New Revision: 4ae24d9fd964a6387cc4306aa700ff85629fe584
URL: https://github.com/llvm/llvm-project/commit/4ae24d9fd964a6387cc4306aa700ff85629fe584
DIFF: https://github.com/llvm/llvm-project/commit/4ae24d9fd964a6387cc4306aa700ff85629fe584.diff
LOG: [mlir][capi] Unbreak Interfaces CAPI after 2387fadea3
No idea why check-mlir doesn't build this.
Added:
Modified:
mlir/lib/CAPI/Interfaces/Interfaces.cpp
Removed:
################################################################################
diff --git a/mlir/lib/CAPI/Interfaces/Interfaces.cpp b/mlir/lib/CAPI/Interfaces/Interfaces.cpp
index f752a57b58576..3f1155fe1ff42 100644
--- a/mlir/lib/CAPI/Interfaces/Interfaces.cpp
+++ b/mlir/lib/CAPI/Interfaces/Interfaces.cpp
@@ -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"
More information about the Mlir-commits
mailing list