diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2017-01-25 16:34:57 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2017-01-25 16:34:57 +0100 |
commit | 337dc6253537c30aaf3e619700c139e35beb8bbd (patch) | |
tree | d0b0437c89121807925f75861f37f5aab4bc5ba1 | |
parent | d97bdf10d2654851d69a726b659d68eba3d9076e (diff) |
Missing include
Change-Id: I60177c2b10b973e9c8f09ea7c71d44df08e50cc4
-rw-r--r-- | sd/source/ui/docshell/docshel4.cxx | 4 |
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> |