sfx2/source/menu/mnumgr.cxx |    6 ++++++
 1 file changed, 6 insertions(+)

New commits:
commit 40145dd46c2bade0873cf75433de4d4db585885d
Author: Andras Timar <andras.ti...@collabora.com>
Date:   Sun Apr 10 23:35:52 2016 -0700

    guard boost/property_tree/json_parser.hpp on WNT
    
    Change-Id: Ib808fff9e2c3ec718a81874e328465379e9b33d8

diff --git a/sfx2/source/menu/mnumgr.cxx b/sfx2/source/menu/mnumgr.cxx
index b666b13..ebd4e98 100644
--- a/sfx2/source/menu/mnumgr.cxx
+++ b/sfx2/source/menu/mnumgr.cxx
@@ -17,7 +17,13 @@
  *   the License at http://www.apache.org/licenses/LICENSE-2.0 .
  */
 
+#ifdef WNT
+#include <prewin.h>
+#endif
 #include <boost/property_tree/json_parser.hpp>
+#ifdef WNT
+#include <postwin.h>
+#endif
 
 #include <com/sun/star/embed/VerbDescriptor.hpp>
 #include <com/sun/star/embed/VerbAttributes.hpp>
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to