[Libreoffice-commits] core.git: connectivity/source

Stephan Bergmann sbergman at redhat.com
Wed Mar 8 17:02:21 UTC 2017


 connectivity/source/drivers/mozab/bootstrap/MMozillaBootstrap.hxx |    4 ++++
 1 file changed, 4 insertions(+)

New commits:
commit 37376e6edf074112671616d855e770a44510ec54
Author: Stephan Bergmann <sbergman at redhat.com>
Date:   Wed Mar 8 18:01:17 2017 +0100

    Missing include
    
    Change-Id: I4b054f37eefbb7ab1c971fcf990ae4c457cc6c61

diff --git a/connectivity/source/drivers/mozab/bootstrap/MMozillaBootstrap.hxx b/connectivity/source/drivers/mozab/bootstrap/MMozillaBootstrap.hxx
index 25e68a9..179a134 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>


More information about the Libreoffice-commits mailing list