summaryrefslogtreecommitdiff
path: root/chart2/source/tools
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2018-07-25 18:40:01 +0200
committerStephan Bergmann <sbergman@redhat.com>2018-07-26 07:59:05 +0200
commitedb36ef2bf9cb58ea2c12f7e6374adac249bc7a5 (patch)
tree795fd0a50987ee70d9a88079b0de136c9e30f21d /chart2/source/tools
parent3715ca5943ee05d4df7bfd0cf47071b2ee4081b6 (diff)
Missing includes (Windows --disable-pch)
Change-Id: Iea067e3529de9208bd0a00c276eb03858816bd00 Reviewed-on: https://gerrit.libreoffice.org/57996 Tested-by: Jenkins Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'chart2/source/tools')
-rw-r--r--chart2/source/tools/InternalDataProvider.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/chart2/source/tools/InternalDataProvider.cxx b/chart2/source/tools/InternalDataProvider.cxx
index 12f3231cc291..b5f0541c8236 100644
--- a/chart2/source/tools/InternalDataProvider.cxx
+++ b/chart2/source/tools/InternalDataProvider.cxx
@@ -19,6 +19,7 @@
#include <rtl/math.hxx>
+#include <iterator>
#include <valarray>
#include <InternalDataProvider.hxx>