diff options
Diffstat (limited to 'compilerplugins/clang/postfixincrementfix.cxx')
-rw-r--r-- | compilerplugins/clang/postfixincrementfix.cxx | 1 |
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 |