diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2019-01-30 14:56:24 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2019-01-30 19:12:53 +0100 |
commit | a5597bc96980af4216efe989176f2348053d35d2 (patch) | |
tree | bfee2e79c22a1f6ce9f5bd48e7d68eb16ed85b23 /oox | |
parent | 6f658d9278dae4033a41b23937e49dba19c10873 (diff) |
Missing include (Windows --disable-pch)
Change-Id: Ia8337c423abb6d1d13ab3922ba1ab658875a73b4
Reviewed-on: https://gerrit.libreoffice.org/67155
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'oox')
-rw-r--r-- | oox/source/export/chartexport.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
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> |