summaryrefslogtreecommitdiff
path: root/compilerplugins/clang/plugin.hxx
diff options
context:
space:
mode:
authorLuboš Luňák <l.lunak@suse.cz>2013-02-02 19:45:47 +0100
committerLuboš Luňák <l.lunak@suse.cz>2013-02-02 22:59:45 +0100
commit276953ef21c3b9278538000c3322d5fb212c2686 (patch)
tree5e87a772e57273f25f75b07665e7bf68e3573e9d /compilerplugins/clang/plugin.hxx
parentf5ee30c3eeb104c9178646b8a098e882593ea4df (diff)
remove not needed #include
Change-Id: I0fa791733407199db5be2cc9606ac9be1da64188
Diffstat (limited to 'compilerplugins/clang/plugin.hxx')
-rw-r--r--compilerplugins/clang/plugin.hxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/compilerplugins/clang/plugin.hxx b/compilerplugins/clang/plugin.hxx
index f7f8e9f10382..92ff6f3c8953 100644
--- a/compilerplugins/clang/plugin.hxx
+++ b/compilerplugins/clang/plugin.hxx
@@ -13,6 +13,7 @@
#include <config_clang.h>
+#include <clang/AST/ASTContext.h>
#include <clang/AST/RecursiveASTVisitor.h>
#if __clang_major__ < 3 || __clang_major__ == 3 && __clang_minor__ < 2