[Attr] Add missing header for clang example.
authorDavid Green <david.green@arm.com>
Mon, 9 Dec 2019 12:43:37 +0000 (12:43 +0000)
committerDavid Green <david.green@arm.com>
Mon, 9 Dec 2019 12:50:05 +0000 (12:50 +0000)
The examples are easy to miss.

clang/examples/AnnotateFunctions/AnnotateFunctions.cpp

index d201bf3..1724704 100644 (file)
@@ -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;