chart2/source/inc/CloneHelper.hxx | 1 + chart2/source/inc/CommonConverters.hxx | 1 + 2 files changed, 2 insertions(+)
New commits: commit 7ff3030a56a8d499ff1f6e15a05e4c1ce66ae74c Author: Stephan Bergmann <sberg...@redhat.com> Date: Fri Jun 1 11:37:59 2018 +0200 Missing includes (std::back_inserter; Windows --disable-pch) Change-Id: Iff9aa5eaa105d4eef496a9a2459a785b6a722418 Reviewed-on: https://gerrit.libreoffice.org/55171 Tested-by: Jenkins <c...@libreoffice.org> Reviewed-by: Stephan Bergmann <sberg...@redhat.com> diff --git a/chart2/source/inc/CloneHelper.hxx b/chart2/source/inc/CloneHelper.hxx index 36e50f98e4b9..88beb52436d0 100644 --- a/chart2/source/inc/CloneHelper.hxx +++ b/chart2/source/inc/CloneHelper.hxx @@ -22,6 +22,7 @@ #include <com/sun/star/util/XCloneable.hpp> #include <algorithm> +#include <iterator> namespace chart { diff --git a/chart2/source/inc/CommonConverters.hxx b/chart2/source/inc/CommonConverters.hxx index 18b261083dc0..48fc21aa20db 100644 --- a/chart2/source/inc/CommonConverters.hxx +++ b/chart2/source/inc/CommonConverters.hxx @@ -35,6 +35,7 @@ #include <basegfx/vector/b3dvector.hxx> #include "charttoolsdllapi.hxx" +#include <iterator> #include <vector> namespace chart _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits