mysqlc/source/mysqlc_driver.hxx | 1 + mysqlc/source/mysqlc_statement.cxx | 1 + 2 files changed, 2 insertions(+)
New commits: commit a0eb1be3a934892875926789e9824efeb7da5f7b Author: Michael Stahl <mst...@redhat.com> Date: Tue Nov 18 23:37:00 2014 +0100 mysqlc: fix build after cppuhelper header cleanup Change-Id: I8d331914736e17d5aad2ee761fc6d758c2dea1ad diff --git a/mysqlc/source/mysqlc_driver.hxx b/mysqlc/source/mysqlc_driver.hxx index 76cc4e5..8d2b95b 100644 --- a/mysqlc/source/mysqlc_driver.hxx +++ b/mysqlc/source/mysqlc_driver.hxx @@ -33,6 +33,7 @@ #include <com/sun/star/sdbc/XDriver.hpp> #include <com/sun/star/lang/XServiceInfo.hpp> +#include <com/sun/star/lang/XMultiServiceFactory.hpp> #include <cppuhelper/compbase2.hxx> #include <cppconn/driver.h> diff --git a/mysqlc/source/mysqlc_statement.cxx b/mysqlc/source/mysqlc_statement.cxx index e3184b7..ad3ff54 100644 --- a/mysqlc/source/mysqlc_statement.cxx +++ b/mysqlc/source/mysqlc_statement.cxx @@ -37,6 +37,7 @@ #include <cppconn/exception.h> #include <cppconn/statement.h> #include <cppuhelper/typeprovider.hxx> +#include <cppuhelper/queryinterface.hxx> #include <osl/diagnose.h> #include <osl/thread.h> _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits