diff options
-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 |