summaryrefslogtreecommitdiff
path: root/compilerplugins
diff options
context:
space:
mode:
authorMarc-André Laverdière <marc-andre@atc.tcs.com>2013-02-08 09:54:16 -0500
committerLuboš Luňák <l.lunak@suse.cz>2013-02-11 10:09:17 +0000
commit847749e975a7111ea306909a29fddb5df13e9a70 (patch)
tree177cdf2a92fc6882deaab06fd63d9a74b9eb1966 /compilerplugins
parent705b60f94ea5721662811501594d13d1ad925eb3 (diff)
Fixed compilation error of Clang plugins on Ubuntu/Mint
Change-Id: Ib08c5075034e0e16c5541f05425ef15d2cc3a6f6 Reviewed-on: https://gerrit.libreoffice.org/2045 Reviewed-by: Luboš Luňák <l.lunak@suse.cz> Tested-by: Luboš Luňák <l.lunak@suse.cz>
Diffstat (limited to 'compilerplugins')
-rw-r--r--compilerplugins/clang/plugin.hxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/compilerplugins/clang/plugin.hxx b/compilerplugins/clang/plugin.hxx
index 92ff6f3c8953..d30c37a21848 100644
--- a/compilerplugins/clang/plugin.hxx
+++ b/compilerplugins/clang/plugin.hxx
@@ -15,6 +15,8 @@
#include <clang/AST/ASTContext.h>
#include <clang/AST/RecursiveASTVisitor.h>
+#include <clang/Basic/FileManager.h>
+#include <clang/Basic/SourceManager.h>
#if __clang_major__ < 3 || __clang_major__ == 3 && __clang_minor__ < 2
#include <clang/Rewrite/Rewriter.h>