Skip to content

Commit

Permalink
[MLIR] Add missing APSInt.h include
Browse files Browse the repository at this point in the history
Since fd7e309 this is no longer
pulled in indirectly through DenseMapInfo.h.
  • Loading branch information
nikic committed Jun 1, 2021
1 parent 9ee3f16 commit bd0a988
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mlir/lib/IR/BuiltinAttributes.cpp
Expand Up @@ -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"
Expand Down

0 comments on commit bd0a988

Please sign in to comment.