diff options
author | Tor Lillqvist <tml@collabora.com> | 2014-07-29 17:26:29 +0300 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2014-07-29 18:21:01 +0300 |
commit | faca271fdf4c734d5f4a21e1c83dec5c7583043a (patch) | |
tree | 2fc7b842e1a1194398f6e43e9e9d39bc55d30272 /tools/source | |
parent | eeeef4e83c3cc643f32c094df36cbd311b1c294a (diff) |
Include <algorithm> for std::min
Change-Id: Id1321766532eab6ee49e418b0597e62d14b5b33c
Diffstat (limited to 'tools/source')
-rw-r--r-- | tools/source/generic/fract.cxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/source/generic/fract.cxx b/tools/source/generic/fract.cxx index feee316a50e7..897491d1f101 100644 --- a/tools/source/generic/fract.cxx +++ b/tools/source/generic/fract.cxx @@ -17,6 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ +#include <algorithm> + #include <limits.h> #include <rtl/ustring.hxx> #include <tools/debug.hxx> |