[Mlir-commits] [mlir] bd0a988 - [MLIR] Add missing APSInt.h include
Nikita Popov
llvmlistbot at llvm.org
Tue Jun 1 10:20:26 PDT 2021
Author: Nikita Popov
Date: 2021-06-01T19:20:15+02:00
New Revision: bd0a9880d02f12df8374e05e67b0d95a7af939d7
URL: https://github.com/llvm/llvm-project/commit/bd0a9880d02f12df8374e05e67b0d95a7af939d7
DIFF: https://github.com/llvm/llvm-project/commit/bd0a9880d02f12df8374e05e67b0d95a7af939d7.diff
LOG: [MLIR] Add missing APSInt.h include
Since fd7e309e02fd226b0390888388ed732608e52c73 this is no longer
pulled in indirectly through DenseMapInfo.h.
Added:
Modified:
mlir/lib/IR/BuiltinAttributes.cpp
Removed:
################################################################################
diff --git a/mlir/lib/IR/BuiltinAttributes.cpp b/mlir/lib/IR/BuiltinAttributes.cpp
index 7c7264876bc9..cfbe942743f2 100644
--- a/mlir/lib/IR/BuiltinAttributes.cpp
+++ b/mlir/lib/IR/BuiltinAttributes.cpp
@@ -15,6 +15,7 @@
#include "mlir/IR/IntegerSet.h"
#include "mlir/IR/Types.h"
#include "mlir/Interfaces/DecodeAttributesInterfaces.h"
+#include "llvm/ADT/APSInt.h"
#include "llvm/ADT/Sequence.h"
#include "llvm/ADT/Twine.h"
#include "llvm/Support/Endian.h"
More information about the Mlir-commits
mailing list