compilerplugins/clang/unusedvariablecheck.cxx |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit f995e0f7bbfc52cdfbef92b6c9d9c427a34a68e7
Author: Stephan Bergmann <[email protected]>
Date:   Wed Dec 5 17:33:47 2012 +0100

    Adapt to current Clang trunk
    
    Change-Id: I0aadc7019934841d6864258695a17503918b6c20

diff --git a/compilerplugins/clang/unusedvariablecheck.cxx 
b/compilerplugins/clang/unusedvariablecheck.cxx
index fa14b9c..759b9fa 100644
--- a/compilerplugins/clang/unusedvariablecheck.cxx
+++ b/compilerplugins/clang/unusedvariablecheck.cxx
@@ -11,6 +11,7 @@
 #include "unusedvariablecheck.hxx"
 
 #include <clang/AST/ASTContext.h>
+#include <clang/AST/Attr.h>
 #include <clang/Basic/SourceManager.h>
 
 namespace loplugin
_______________________________________________
Libreoffice-commits mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to