diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2012-12-05 17:33:47 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2012-12-05 17:33:47 +0100 |
commit | f995e0f7bbfc52cdfbef92b6c9d9c427a34a68e7 (patch) | |
tree | 510a2361db910beae0a1a4b55642d94c1cc74be6 /compilerplugins | |
parent | 30c77b4c3ffdb878eff8ee55af60a02820e242ae (diff) |
Adapt to current Clang trunk
Change-Id: I0aadc7019934841d6864258695a17503918b6c20
Diffstat (limited to 'compilerplugins')
-rw-r--r-- | compilerplugins/clang/unusedvariablecheck.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/compilerplugins/clang/unusedvariablecheck.cxx b/compilerplugins/clang/unusedvariablecheck.cxx index fa14b9ca7fb5..759b9fa946ec 100644 --- a/compilerplugins/clang/unusedvariablecheck.cxx +++ b/compilerplugins/clang/unusedvariablecheck.cxx @@ -11,6 +11,7 @@ #include "unusedvariablecheck.hxx" #include <clang/AST/ASTContext.h> +#include <clang/AST/Attr.h> #include <clang/Basic/SourceManager.h> namespace loplugin |