oox/source/export/chartexport.cxx | 1 + 1 file changed, 1 insertion(+)
New commits: commit a5597bc96980af4216efe989176f2348053d35d2 Author: Stephan Bergmann <[email protected]> AuthorDate: Wed Jan 30 14:56:24 2019 +0100 Commit: Stephan Bergmann <[email protected]> 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 <[email protected]> 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> _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
