summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndras Timar <andras.timar@collabora.com>2016-04-05 15:11:08 +0200
committerAndras Timar <andras.timar@collabora.com>2016-04-05 15:11:08 +0200
commitd94db444a6596e7169729e18874cb8ed71a4259c (patch)
tree1b071b68c34bf67ce0c388df26295b0a87a8e0b7
parentb91cc954d8ecb87dd3f5b5789bdac5d8e71d737f (diff)
guard boost/property_tree/json_parser.hpp on WNT
Change-Id: I8417e7d48a3e828b54393be664ffd5a9698ed215
-rw-r--r--sc/qa/unit/tiledrendering/tiledrendering.cxx6
1 files changed, 6 insertions, 0 deletions
diff --git a/sc/qa/unit/tiledrendering/tiledrendering.cxx b/sc/qa/unit/tiledrendering/tiledrendering.cxx
index 1843357a13cb..52d6af174c24 100644
--- a/sc/qa/unit/tiledrendering/tiledrendering.cxx
+++ b/sc/qa/unit/tiledrendering/tiledrendering.cxx
@@ -10,7 +10,13 @@
#include <test/bootstrapfixture.hxx>
#include <unotest/macros_test.hxx>
#include <test/xmltesttools.hxx>
+#ifdef WNT
+#include <prewin.h>
+#endif
#include <boost/property_tree/json_parser.hpp>
+#ifdef WNT
+#include <postwin.h>
+#endif
#define LOK_USE_UNSTABLE_API
#include <LibreOfficeKit/LibreOfficeKitEnums.h>