From: Krzysztof Parzyszek Date: Fri, 4 Dec 2020 21:54:29 +0000 (-0600) Subject: Include BuiltinAttributes.h in llvm-prettyprinters/gdb/mlir-support.cpp X-Git-Tag: llvmorg-13-init~4325 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=1b404ad51e93724ecd74c66f1a11f03568398c57;p=platform%2Fupstream%2Fllvm.git Include BuiltinAttributes.h in llvm-prettyprinters/gdb/mlir-support.cpp This header was introduced in c7cae0e4fa4e1ed4bdca186096a408578225fc2b. --- diff --git a/debuginfo-tests/llvm-prettyprinters/gdb/mlir-support.cpp b/debuginfo-tests/llvm-prettyprinters/gdb/mlir-support.cpp index 4f94b3c..a65f624 100644 --- a/debuginfo-tests/llvm-prettyprinters/gdb/mlir-support.cpp +++ b/debuginfo-tests/llvm-prettyprinters/gdb/mlir-support.cpp @@ -1,3 +1,4 @@ +#include "mlir/IR/BuiltinAttributes.h" #include "mlir/IR/BuiltinTypes.h" #include "mlir/IR/Identifier.h" #include "mlir/IR/Location.h"