summaryrefslogtreecommitdiff
path: root/libreofficekit
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 /libreofficekit
parent5d81503823f2405c2eaec97c98e432886863ce02 (diff)
guard boost/property_tree/json_parser.hpp on WNT
Change-Id: Ie6de4342b0e6f76076717f1fbdb18adf453ce963
Diffstat (limited to 'libreofficekit')
-rw-r--r--libreofficekit/qa/unit/tiledrendering.cxx6
1 files changed, 6 insertions, 0 deletions
diff --git a/libreofficekit/qa/unit/tiledrendering.cxx b/libreofficekit/qa/unit/tiledrendering.cxx
index aa68c724f0f3..2cabcc768dd3 100644
--- a/libreofficekit/qa/unit/tiledrendering.cxx
+++ b/libreofficekit/qa/unit/tiledrendering.cxx
@@ -9,7 +9,13 @@
#include <boost/scoped_array.hpp>
#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 <cppunit/TestFixture.h>
#include <cppunit/plugin/TestPlugIn.h>
#include <cppunit/extensions/HelperMacros.h>