summaryrefslogtreecommitdiff
path: root/compilerplugins/clang/unusedvariablecheck.cxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2012-12-05 15:29:19 +0100
committerStephan Bergmann <sbergman@redhat.com>2012-12-05 15:30:33 +0100
commit149858e94e0c6639ddf7a6de6daf176bbc885320 (patch)
treec3d2cf3bbae5e0ae3c20df36f9575f3d92c3d1b4 /compilerplugins/clang/unusedvariablecheck.cxx
parent9bcd98fd13c12698633ca0dee3656689678b84b4 (diff)
Adapt to Clang 3.2
Change-Id: I9e51867198d7677c26cbd97f5d9c85ac13dc90c5
Diffstat (limited to 'compilerplugins/clang/unusedvariablecheck.cxx')
-rw-r--r--compilerplugins/clang/unusedvariablecheck.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/compilerplugins/clang/unusedvariablecheck.cxx b/compilerplugins/clang/unusedvariablecheck.cxx
index 7e3bb53c5ba4..fa14b9ca7fb5 100644
--- a/compilerplugins/clang/unusedvariablecheck.cxx
+++ b/compilerplugins/clang/unusedvariablecheck.cxx
@@ -10,6 +10,7 @@
#include "unusedvariablecheck.hxx"
+#include <clang/AST/ASTContext.h>
#include <clang/Basic/SourceManager.h>
namespace loplugin