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

Libreoffice Gerrit user logerrit at kemper.freedesktop.org
Wed Jan 30 18:13:31 UTC 2019


 oox/source/export/chartexport.cxx |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit a5597bc96980af4216efe989176f2348053d35d2
Author:     Stephan Bergmann <sbergman at redhat.com>
AuthorDate: Wed Jan 30 14:56:24 2019 +0100
Commit:     Stephan Bergmann <sbergman at redhat.com>
CommitDate: Wed Jan 30 19:12:53 2019 +0100

    Missing include (Windows --disable-pch)
    
    Change-Id: Ia8337c423abb6d1d13ab3922ba1ab658875a73b4
    Reviewed-on: https://gerrit.libreoffice.org/67155
    Tested-by: Jenkins
    Reviewed-by: Stephan Bergmann <sbergman at redhat.com>

diff --git a/oox/source/export/chartexport.cxx b/oox/source/export/chartexport.cxx
index cd344de5ab21..78002bfdbeb0 100644
--- a/oox/source/export/chartexport.cxx
+++ b/oox/source/export/chartexport.cxx
@@ -26,6 +26,7 @@
 #include <drawingml/chart/typegroupconverter.hxx>
 
 #include <cstdio>
+#include <iterator>
 
 #include <com/sun/star/awt/Gradient.hpp>
 #include <com/sun/star/chart/XChartDocument.hpp>


More information about the Libreoffice-commits mailing list