summaryrefslogtreecommitdiff
path: root/sd
diff options
context:
space:
mode:
authorAndras Timar <andras.timar@collabora.com>2016-02-29 22:24:20 +0100
committerAndras Timar <andras.timar@collabora.com>2016-02-29 22:24:20 +0100
commit6944c4f378b4651657c7434a82a15556a728f218 (patch)
treeff0917c9fe42a665671347c164d03053ceb46223 /sd
parent8799c67cc38dc3975aeac71201b63d44951f3a65 (diff)
guard boost/property_tree/json_parser.hpp on WNT
Change-Id: I19987a73e277df5e9e5457b22214cd08ace19c4b
Diffstat (limited to 'sd')
-rw-r--r--sd/source/core/drawdoc2.cxx6
1 files changed, 6 insertions, 0 deletions
diff --git a/sd/source/core/drawdoc2.cxx b/sd/source/core/drawdoc2.cxx
index ce0dec576415..a4510bbb2e00 100644
--- a/sd/source/core/drawdoc2.cxx
+++ b/sd/source/core/drawdoc2.cxx
@@ -47,7 +47,13 @@
#include <svx/svditer.hxx>
#include <svtools/imapobj.hxx>
#include <LibreOfficeKit/LibreOfficeKitEnums.h>
+#ifdef WNT
+#include <prewin.h>
+#endif
#include <boost/property_tree/json_parser.hpp>
+#ifdef WNT
+#include <postwin.h>
+#endif
#include <comphelper/lok.hxx>
#include "sdresid.hxx"