diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2017-03-08 18:01:17 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2017-03-08 18:01:17 +0100 |
commit | 37376e6edf074112671616d855e770a44510ec54 (patch) | |
tree | 06cbd0c0b80bc3169edde8adfa89b0a5e1ce223e /connectivity | |
parent | ad5432935de1abcb2fbff732d7e2eb2782cc0a6a (diff) |
Missing include
Change-Id: I4b054f37eefbb7ab1c971fcf990ae4c457cc6c61
Diffstat (limited to 'connectivity')
-rw-r--r-- | connectivity/source/drivers/mozab/bootstrap/MMozillaBootstrap.hxx | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/connectivity/source/drivers/mozab/bootstrap/MMozillaBootstrap.hxx b/connectivity/source/drivers/mozab/bootstrap/MMozillaBootstrap.hxx index 25e68a9e24b6..179a13418aa9 100644 --- a/connectivity/source/drivers/mozab/bootstrap/MMozillaBootstrap.hxx +++ b/connectivity/source/drivers/mozab/bootstrap/MMozillaBootstrap.hxx @@ -19,6 +19,10 @@ #ifndef INCLUDED_CONNECTIVITY_SOURCE_DRIVERS_MOZAB_BOOTSTRAP_MMOZILLABOOTSTRAP_HXX #define INCLUDED_CONNECTIVITY_SOURCE_DRIVERS_MOZAB_BOOTSTRAP_MMOZILLABOOTSTRAP_HXX +#include <sal/config.h> + +#include <memory> + #include <com/sun/star/mozilla/XMozillaBootstrap.hpp> #include <com/sun/star/lang/XServiceInfo.hpp> #include <cppuhelper/compbase.hxx> |