From f7e7a5f1b6dd318d39627445c6a9ca7568d8cd61 Mon Sep 17 00:00:00 2001 From: David Green Date: Mon, 9 Dec 2019 12:43:37 +0000 Subject: [PATCH] [Attr] Add missing header for clang example. The examples are easy to miss. --- clang/examples/AnnotateFunctions/AnnotateFunctions.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/clang/examples/AnnotateFunctions/AnnotateFunctions.cpp b/clang/examples/AnnotateFunctions/AnnotateFunctions.cpp index d201bf3..1724704 100644 --- a/clang/examples/AnnotateFunctions/AnnotateFunctions.cpp +++ b/clang/examples/AnnotateFunctions/AnnotateFunctions.cpp @@ -14,6 +14,7 @@ #include "clang/Frontend/FrontendPluginRegistry.h" #include "clang/AST/AST.h" #include "clang/AST/ASTConsumer.h" +#include "clang/AST/Attr.h" #include "clang/Lex/Preprocessor.h" #include "clang/Lex/LexDiagnostic.h" using namespace clang; -- 2.7.4