summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2014-10-24 16:25:47 +0200
committerStephan Bergmann <sbergman@redhat.com>2014-10-24 16:25:47 +0200
commit530334a27e8aba93f81391ddc7f21482e605dd3f (patch)
treee7f78f3ee92da6360c3bc008a6c6b417f340e7a1 /tools
parente25a020d59b019893d2e04ac61e4ed25ef0a6e61 (diff)
Explicitly include the cmath std::abs overloads
Change-Id: I501edd8f3301f70e6130d844dcd64cac8b18598f
Diffstat (limited to 'tools')
-rw-r--r--tools/source/generic/fract.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/source/generic/fract.cxx b/tools/source/generic/fract.cxx
index 7fee117a9a5f..ec219d844ba2 100644
--- a/tools/source/generic/fract.cxx
+++ b/tools/source/generic/fract.cxx
@@ -18,6 +18,7 @@
*/
#include <algorithm>
+#include <cmath>
#include <limits.h>
#include <rtl/ustring.hxx>