Include BuiltinAttributes.h in llvm-prettyprinters/gdb/mlir-support.cpp
authorKrzysztof Parzyszek <kparzysz@quicinc.com>
Fri, 4 Dec 2020 21:54:29 +0000 (15:54 -0600)
committerKrzysztof Parzyszek <kparzysz@quicinc.com>
Fri, 4 Dec 2020 21:57:05 +0000 (15:57 -0600)
This header was introduced in c7cae0e4fa4e1ed4bdca186096a408578225fc2b.

debuginfo-tests/llvm-prettyprinters/gdb/mlir-support.cpp

index 4f94b3c..a65f624 100644 (file)
@@ -1,3 +1,4 @@
+#include "mlir/IR/BuiltinAttributes.h"
 #include "mlir/IR/BuiltinTypes.h"
 #include "mlir/IR/Identifier.h"
 #include "mlir/IR/Location.h"