diff options
Diffstat (limited to 'tools')
-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> |