summaryrefslogtreecommitdiffstats
path: root/compilerplugins/clang/postfixincrementfix.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/postfixincrementfix.cxx
parentTemplate Manager: ban double-click and right click to start selection mode (diff)
downloadcore-149858e94e0c6639ddf7a6de6daf176bbc885320.tar.gz
core-149858e94e0c6639ddf7a6de6daf176bbc885320.zip
Adapt to Clang 3.2
Change-Id: I9e51867198d7677c26cbd97f5d9c85ac13dc90c5
Diffstat (limited to 'compilerplugins/clang/postfixincrementfix.cxx')
-rw-r--r--compilerplugins/clang/postfixincrementfix.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/compilerplugins/clang/postfixincrementfix.cxx b/compilerplugins/clang/postfixincrementfix.cxx
index ee63b8eb5a02..c5c17fb14b5d 100644
--- a/compilerplugins/clang/postfixincrementfix.cxx
+++ b/compilerplugins/clang/postfixincrementfix.cxx
@@ -10,6 +10,7 @@
#include "postfixincrementfix.hxx"
+#include <clang/AST/ASTContext.h>
#include <clang/Basic/SourceManager.h>
namespace loplugin