summaryrefslogtreecommitdiffstats
path: root/sd
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2017-01-25 16:34:57 +0100
committerStephan Bergmann <sbergman@redhat.com>2017-01-25 16:34:57 +0100
commit337dc6253537c30aaf3e619700c139e35beb8bbd (patch)
treed0b0437c89121807925f75861f37f5aab4bc5ba1 /sd
parentAvoid calling log10(0) (diff)
downloadcore-337dc6253537c30aaf3e619700c139e35beb8bbd.tar.gz
core-337dc6253537c30aaf3e619700c139e35beb8bbd.zip
Missing include
Change-Id: I60177c2b10b973e9c8f09ea7c71d44df08e50cc4
Diffstat (limited to 'sd')
-rw-r--r--sd/source/ui/docshell/docshel4.cxx4
1 files changed, 4 insertions, 0 deletions
diff --git a/sd/source/ui/docshell/docshel4.cxx b/sd/source/ui/docshell/docshel4.cxx
index 686ce6aa411e..25413581ae6c 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>