sd/source/core/drawdoc2.cxx | 6 ++++++ 1 file changed, 6 insertions(+)
New commits: commit 6944c4f378b4651657c7434a82a15556a728f218 Author: Andras Timar <andras.ti...@collabora.com> Date: Mon Feb 29 22:24:20 2016 +0100 guard boost/property_tree/json_parser.hpp on WNT Change-Id: I19987a73e277df5e9e5457b22214cd08ace19c4b diff --git a/sd/source/core/drawdoc2.cxx b/sd/source/core/drawdoc2.cxx index ce0dec5..a4510bb 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" _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits