[Libreoffice-commits] core.git: chart2/source
Stephan Bergmann
sbergman at redhat.com
Fri Jun 1 13:48:35 UTC 2018
chart2/source/inc/CloneHelper.hxx | 1 +
chart2/source/inc/CommonConverters.hxx | 1 +
2 files changed, 2 insertions(+)
New commits:
commit 7ff3030a56a8d499ff1f6e15a05e4c1ce66ae74c
Author: Stephan Bergmann <sbergman at 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 <ci at libreoffice.org>
Reviewed-by: Stephan Bergmann <sbergman at 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
More information about the Libreoffice-commits
mailing list