summaryrefslogtreecommitdiff
path: root/sw
diff options
context:
space:
mode:
authorAndras Timar <andras.timar@collabora.com>2015-10-28 06:06:53 -0700
committerAndras Timar <andras.timar@collabora.com>2015-10-28 07:13:08 -0700
commit5fb93f268c6a7a9c1aebd0d9e242009e23f854c9 (patch)
treec52255ae3f8404a4ce1624907de12d207eca8d2f /sw
parent5d81503823f2405c2eaec97c98e432886863ce02 (diff)
guard boost/property_tree/json_parser.hpp on WNT
Change-Id: Ie6de4342b0e6f76076717f1fbdb18adf453ce963
Diffstat (limited to 'sw')
-rw-r--r--sw/qa/extras/tiledrendering/tiledrendering.cxx6
-rw-r--r--sw/source/uibase/uiview/viewsrch.cxx6
2 files changed, 12 insertions, 0 deletions
diff --git a/sw/qa/extras/tiledrendering/tiledrendering.cxx b/sw/qa/extras/tiledrendering/tiledrendering.cxx
index 523c9d2a1757..b1dd9cc2e353 100644
--- a/sw/qa/extras/tiledrendering/tiledrendering.cxx
+++ b/sw/qa/extras/tiledrendering/tiledrendering.cxx
@@ -8,7 +8,13 @@
*/
#include <string>
+#ifdef WNT
+#include <prewin.h>
+#endif
#include <boost/property_tree/json_parser.hpp>
+#ifdef WNT
+#include <postwin.h>
+#endif
#include <swmodeltestbase.hxx>
#include <LibreOfficeKit/LibreOfficeKitEnums.h>
diff --git a/sw/source/uibase/uiview/viewsrch.cxx b/sw/source/uibase/uiview/viewsrch.cxx
index 30a2d0cf0a39..98d29251568e 100644
--- a/sw/source/uibase/uiview/viewsrch.cxx
+++ b/sw/source/uibase/uiview/viewsrch.cxx
@@ -22,7 +22,13 @@
#include <string>
#include <boost/scoped_ptr.hpp>
+#ifdef WNT
+#include <prewin.h>
+#endif
#include <boost/property_tree/json_parser.hpp>
+#ifdef WNT
+#include <postwin.h>
+#endif
#include <hintids.hxx>