formula/source/ui/dlg/FormulaHelper.cxx |    2 ++
 1 file changed, 2 insertions(+)

New commits:
commit 3394ac816a573030feda145dbdabd2a1eabd78c4
Author: Tor Lillqvist <t...@collabora.com>
Date:   Mon Mar 30 23:17:26 2015 +0300

    Include <algorithm> for std::min()
    
    Change-Id: I13ed47d23ed4b94501d9445555d99ce08af94698

diff --git a/formula/source/ui/dlg/FormulaHelper.cxx 
b/formula/source/ui/dlg/FormulaHelper.cxx
index fe78f3a..dd60c4d 100644
--- a/formula/source/ui/dlg/FormulaHelper.cxx
+++ b/formula/source/ui/dlg/FormulaHelper.cxx
@@ -17,6 +17,8 @@
  *   the License at http://www.apache.org/licenses/LICENSE-2.0 .
  */
 
+#include <algorithm>
+
 #include "formula/formulahelper.hxx"
 #include <unotools/charclass.hxx>
 #include <unotools/syslocale.hxx>
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to