From 530334a27e8aba93f81391ddc7f21482e605dd3f Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Fri, 24 Oct 2014 16:25:47 +0200 Subject: Explicitly include the cmath std::abs overloads Change-Id: I501edd8f3301f70e6130d844dcd64cac8b18598f --- tools/source/generic/fract.cxx | 1 + 1 file changed, 1 insertion(+) (limited to 'tools') 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 +#include #include #include -- cgit