[Libreoffice-commits] core.git: Branch 'distro/collabora/cp-5.0' - sc/source
Andras Timar
andras.timar at collabora.com
Wed Nov 4 00:52:21 PST 2015
sc/source/ui/view/tabview.cxx | 6 ++++++
1 file changed, 6 insertions(+)
New commits:
commit ca0fd4a44d419300a4ea099aaa2d23662f9b73e0
Author: Andras Timar <andras.timar at collabora.com>
Date: Wed Nov 4 00:51:43 2015 -0800
guard boost/property_tree/json_parser.hpp on WNT
Change-Id: Iaae0f4d1bd30e0439c39d9060bb2ad2dba4f16f8
diff --git a/sc/source/ui/view/tabview.cxx b/sc/source/ui/view/tabview.cxx
index 8edec1b..2c4a696 100644
--- a/sc/source/ui/view/tabview.cxx
+++ b/sc/source/ui/view/tabview.cxx
@@ -50,7 +50,13 @@
#include <string>
#include <algorithm>
+#ifdef WNT
+#include <prewin.h>
+#endif
#include <boost/property_tree/json_parser.hpp>
+#ifdef WNT
+#include <postwin.h>
+#endif
#include <basegfx/tools/zoomtools.hxx>
More information about the Libreoffice-commits
mailing list