diff options
author | Tor Lillqvist <tml@collabora.com> | 2015-03-30 23:17:26 +0300 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2015-03-30 23:17:26 +0300 |
commit | 3394ac816a573030feda145dbdabd2a1eabd78c4 (patch) | |
tree | a1f503adec62fead28e8ea031ef007b2d0db653e | |
parent | eed393039a9067f7a1a318934ff1c5ff90bfe443 (diff) |
Include <algorithm> for std::min()
Change-Id: I13ed47d23ed4b94501d9445555d99ce08af94698
-rw-r--r-- | formula/source/ui/dlg/FormulaHelper.cxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/formula/source/ui/dlg/FormulaHelper.cxx b/formula/source/ui/dlg/FormulaHelper.cxx index fe78f3a59f6f..dd60c4d2ec83 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> |