[Libreoffice-commits] core.git: compilerplugins/clang

Marc-André Laverdière marc-andre at atc.tcs.com
Mon Feb 11 02:09:36 PST 2013


 compilerplugins/clang/plugin.hxx |    2 ++
 1 file changed, 2 insertions(+)

New commits:
commit 847749e975a7111ea306909a29fddb5df13e9a70
Author: Marc-André Laverdière <marc-andre at atc.tcs.com>
Date:   Fri Feb 8 09:54:16 2013 -0500

    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 at suse.cz>
    Tested-by: Luboš Luňák <l.lunak at suse.cz>

diff --git a/compilerplugins/clang/plugin.hxx b/compilerplugins/clang/plugin.hxx
index 92ff6f3..d30c37a 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>


More information about the Libreoffice-commits mailing list