[Mlir-commits] [mlir] f96e159 - [mlir] Make BuiltinTypeInterfaces.h self-contained.
Adrian Kuegel
llvmlistbot at llvm.org
Mon Aug 1 05:19:31 PDT 2022
Author: Adrian Kuegel
Date: 2022-08-01T14:18:56+02:00
New Revision: f96e15932161d2fe8f8740ed0fa02079e782d753
URL: https://github.com/llvm/llvm-project/commit/f96e15932161d2fe8f8740ed0fa02079e782d753
DIFF: https://github.com/llvm/llvm-project/commit/f96e15932161d2fe8f8740ed0fa02079e782d753.diff
LOG: [mlir] Make BuiltinTypeInterfaces.h self-contained.
Added:
Modified:
mlir/include/mlir/IR/BuiltinTypeInterfaces.h
Removed:
################################################################################
diff --git a/mlir/include/mlir/IR/BuiltinTypeInterfaces.h b/mlir/include/mlir/IR/BuiltinTypeInterfaces.h
index 6468ca53c35c7..ed5e5ca22c595 100644
--- a/mlir/include/mlir/IR/BuiltinTypeInterfaces.h
+++ b/mlir/include/mlir/IR/BuiltinTypeInterfaces.h
@@ -9,6 +9,8 @@
#ifndef MLIR_IR_BUILTINTYPEINTERFACES_H
#define MLIR_IR_BUILTINTYPEINTERFACES_H
+#include "mlir/IR/Types.h"
+
#include "mlir/IR/BuiltinTypeInterfaces.h.inc"
#endif // MLIR_IR_BUILTINTYPEINTERFACES_H
More information about the Mlir-commits
mailing list