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

Stephan Bergmann sbergman at redhat.com
Wed Jan 25 15:35:26 UTC 2017


 sd/source/ui/docshell/docshel4.cxx |    4 ++++
 1 file changed, 4 insertions(+)

New commits:
commit 337dc6253537c30aaf3e619700c139e35beb8bbd
Author: Stephan Bergmann <sbergman at redhat.com>
Date:   Wed Jan 25 16:34:57 2017 +0100

    Missing include
    
    Change-Id: I60177c2b10b973e9c8f09ea7c71d44df08e50cc4

diff --git a/sd/source/ui/docshell/docshel4.cxx b/sd/source/ui/docshell/docshel4.cxx
index 686ce6a..2541358 100644
--- a/sd/source/ui/docshell/docshel4.cxx
+++ b/sd/source/ui/docshell/docshel4.cxx
@@ -17,6 +17,10 @@
  *   the License at http://www.apache.org/licenses/LICENSE-2.0 .
  */
 
+#include <sal/config.h>
+
+#include <memory>
+
 #include "DrawDocShell.hxx"
 #include <com/sun/star/document/PrinterIndependentLayout.hpp>
 #include <tools/urlobj.hxx>


More information about the Libreoffice-commits mailing list