sc/qa/unit/tiledrendering/tiledrendering.cxx | 6 ++++++ 1 file changed, 6 insertions(+)
New commits: commit d94db444a6596e7169729e18874cb8ed71a4259c Author: Andras Timar <andras.ti...@collabora.com> Date: Tue Apr 5 15:11:08 2016 +0200 guard boost/property_tree/json_parser.hpp on WNT Change-Id: I8417e7d48a3e828b54393be664ffd5a9698ed215 diff --git a/sc/qa/unit/tiledrendering/tiledrendering.cxx b/sc/qa/unit/tiledrendering/tiledrendering.cxx index 1843357..52d6af1 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> _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits