From 337dc6253537c30aaf3e619700c139e35beb8bbd Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Wed, 25 Jan 2017 16:34:57 +0100 Subject: Missing include Change-Id: I60177c2b10b973e9c8f09ea7c71d44df08e50cc4 --- sd/source/ui/docshell/docshel4.cxx | 4 ++++ 1 file changed, 4 insertions(+) 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 + +#include + #include "DrawDocShell.hxx" #include #include -- cgit