summaryrefslogtreecommitdiffstats
path: root/chart2/source/inc
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2018-06-01 11:37:59 +0200
committerStephan Bergmann <sbergman@redhat.com>2018-06-01 15:48:15 +0200
commit7ff3030a56a8d499ff1f6e15a05e4c1ce66ae74c (patch)
tree2cde214632c8672d665f5ab77212f907a3443cde /chart2/source/inc
parentVarious trivial loplugin fixes in --enable-qt5 (diff)
downloadcore-7ff3030a56a8d499ff1f6e15a05e4c1ce66ae74c.tar.gz
core-7ff3030a56a8d499ff1f6e15a05e4c1ce66ae74c.zip
Missing includes (std::back_inserter; Windows --disable-pch)
Change-Id: Iff9aa5eaa105d4eef496a9a2459a785b6a722418 Reviewed-on: https://gerrit.libreoffice.org/55171 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'chart2/source/inc')
-rw-r--r--chart2/source/inc/CloneHelper.hxx1
-rw-r--r--chart2/source/inc/CommonConverters.hxx1
2 files changed, 2 insertions, 0 deletions
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