diff options
author | Michael Stahl <mstahl@redhat.com> | 2014-11-18 23:37:00 +0100 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2014-11-18 23:38:33 +0100 |
commit | a0eb1be3a934892875926789e9824efeb7da5f7b (patch) | |
tree | f4ae0252a7d8c6d5cf626dc09288200df6565c35 /mysqlc | |
parent | a55adb16ece70360c88342ca008d5a9d5b9d5b52 (diff) |
mysqlc: fix build after cppuhelper header cleanup
Change-Id: I8d331914736e17d5aad2ee761fc6d758c2dea1ad
Diffstat (limited to 'mysqlc')
-rw-r--r-- | mysqlc/source/mysqlc_driver.hxx | 1 | ||||
-rw-r--r-- | mysqlc/source/mysqlc_statement.cxx | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/mysqlc/source/mysqlc_driver.hxx b/mysqlc/source/mysqlc_driver.hxx index 76cc4e5d46fb..8d2b95bae6ed 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 e3184b711b9d..ad3ff5461f18 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> |