diff options
author | Michael Stahl <mstahl@redhat.com> | 2014-11-20 12:58:58 +0100 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2014-11-20 13:00:05 +0100 |
commit | 524addb17c7d8dcb50a5ade05108b0168e61409d (patch) | |
tree | 07a832986a028963c601a3203e5295787e5e753e /connectivity | |
parent | fc6be0ba3f74f46ce4eb7829ee91cd98179fb627 (diff) |
connectivity: fix the mozab build
Change-Id: I299c856814e09a93a71f8acf8745a0590e2ecc72
Diffstat (limited to 'connectivity')
-rw-r--r-- | connectivity/source/drivers/mozab/MDriver.hxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/connectivity/source/drivers/mozab/MDriver.hxx b/connectivity/source/drivers/mozab/MDriver.hxx index 155971e4ccbb..842342324828 100644 --- a/connectivity/source/drivers/mozab/MDriver.hxx +++ b/connectivity/source/drivers/mozab/MDriver.hxx @@ -22,6 +22,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 <connectivity/CommonTools.hxx> #include <osl/module.h> |