chart2/source/inc/RegressionCalculationHelper.hxx   |    1 +
 chart2/source/inc/WrappedPropertySet.hxx            |    1 +
 dbaccess/source/ext/macromigration/migrationlog.cxx |    1 +
 3 files changed, 3 insertions(+)

New commits:
commit 97bad49ffa297d25f0dfe19b7984f91e5e601945
Author: Peter Foley <[email protected]>
Date:   Tue Sep 23 21:46:41 2014 -0400

    Add missing include to avoid compile error on windows
    
    Change-Id: If338b41e416362fc36da25b16f119187a358206c
    Reviewed-on: https://gerrit.libreoffice.org/11617
    Reviewed-by: Matúš Kukan <[email protected]>
    Tested-by: Matúš Kukan <[email protected]>

diff --git a/chart2/source/inc/RegressionCalculationHelper.hxx 
b/chart2/source/inc/RegressionCalculationHelper.hxx
index 1970c56..53fb9f0 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 e3b1446..5e384ba 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
diff --git a/dbaccess/source/ext/macromigration/migrationlog.cxx 
b/dbaccess/source/ext/macromigration/migrationlog.cxx
index 82be373..e6699ee 100644
--- a/dbaccess/source/ext/macromigration/migrationlog.cxx
+++ b/dbaccess/source/ext/macromigration/migrationlog.cxx
@@ -28,6 +28,7 @@
 #include <vector>
 #include <map>
 #include <list>
+#include <algorithm>
 
 namespace dbmm
 {
_______________________________________________
Libreoffice-commits mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to