[Libreoffice-commits] core.git: writerfilter/source

Thorsten Behrens Thorsten.Behrens at CIB.de
Tue Jan 19 17:46:38 PST 2016


 writerfilter/source/dmapper/StyleSheetTable.cxx |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit b4f60e1c7c68a6e2a8b295aeffb85573b61ad045
Author: Thorsten Behrens <Thorsten.Behrens at CIB.de>
Date:   Wed Jan 20 02:39:21 2016 +0100

    writerfilter: fix VS2015 build
    
    Change-Id: I9cde0ecf2c883b977df4f633e5106d39628444ca

diff --git a/writerfilter/source/dmapper/StyleSheetTable.cxx b/writerfilter/source/dmapper/StyleSheetTable.cxx
index c6d1ef3..428ba2b 100644
--- a/writerfilter/source/dmapper/StyleSheetTable.cxx
+++ b/writerfilter/source/dmapper/StyleSheetTable.cxx
@@ -25,6 +25,7 @@
 #include <LatentStyleHandler.hxx>
 #include <ooxml/resourceids.hxx>
 #include <vector>
+#include <iterator>
 #include <com/sun/star/beans/XMultiPropertySet.hpp>
 #include <com/sun/star/beans/XPropertyState.hpp>
 #include <com/sun/star/beans/PropertyValue.hpp>


More information about the Libreoffice-commits mailing list