[Libreoffice-commits] core.git: formula/source

Tor Lillqvist tml at collabora.com
Mon Mar 30 13:21:21 PDT 2015


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

New commits:
commit 3394ac816a573030feda145dbdabd2a1eabd78c4
Author: Tor Lillqvist <tml at 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>


More information about the Libreoffice-commits mailing list