summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2014-07-29 17:26:29 +0300
committerTor Lillqvist <tml@collabora.com>2014-07-29 18:21:01 +0300
commitfaca271fdf4c734d5f4a21e1c83dec5c7583043a (patch)
tree2fc7b842e1a1194398f6e43e9e9d39bc55d30272 /tools
parenteeeef4e83c3cc643f32c094df36cbd311b1c294a (diff)
Include <algorithm> for std::min
Change-Id: Id1321766532eab6ee49e418b0597e62d14b5b33c
Diffstat (limited to 'tools')
-rw-r--r--tools/source/generic/fract.cxx2
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>