summaryrefslogtreecommitdiff
path: root/chart2
diff options
context:
space:
mode:
authorPeter Foley <pefoley2@pefoley.com>2014-09-23 21:46:41 -0400
committerMatúš Kukan <matus.kukan@collabora.com>2014-09-24 06:22:01 +0000
commit97bad49ffa297d25f0dfe19b7984f91e5e601945 (patch)
tree2a4d24f5b7947d3f2c8a2792cc89b7bec93223fb /chart2
parent0a32edcdc2bda75a7536ce7f88c91cbc56e7afb1 (diff)
Add missing include to avoid compile error on windows
Change-Id: If338b41e416362fc36da25b16f119187a358206c Reviewed-on: https://gerrit.libreoffice.org/11617 Reviewed-by: Matúš Kukan <matus.kukan@collabora.com> Tested-by: Matúš Kukan <matus.kukan@collabora.com>
Diffstat (limited to 'chart2')
-rw-r--r--chart2/source/inc/RegressionCalculationHelper.hxx1
-rw-r--r--chart2/source/inc/WrappedPropertySet.hxx1
2 files changed, 2 insertions, 0 deletions
diff --git a/chart2/source/inc/RegressionCalculationHelper.hxx b/chart2/source/inc/RegressionCalculationHelper.hxx
index 1970c563d3ad..53fb9f032473 100644
--- a/chart2/source/inc/RegressionCalculationHelper.hxx
+++ b/chart2/source/inc/RegressionCalculationHelper.hxx
@@ -22,6 +22,7 @@
#include <rtl/math.hxx>
#include <utility>
+#include <algorithm>
#include <functional>
#include <vector>
diff --git a/chart2/source/inc/WrappedPropertySet.hxx b/chart2/source/inc/WrappedPropertySet.hxx
index e3b144682f26..5e384bab52a2 100644
--- a/chart2/source/inc/WrappedPropertySet.hxx
+++ b/chart2/source/inc/WrappedPropertySet.hxx
@@ -30,6 +30,7 @@
#include <cppuhelper/implbase4.hxx>
#include <cppuhelper/propshlp.hxx>
+#include <algorithm>
#include <vector>
namespace chart