[Libreoffice-commits] core.git: tools/source

Stephan Bergmann sbergman at redhat.com
Fri Oct 24 07:26:19 PDT 2014


 tools/source/generic/fract.cxx |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit 530334a27e8aba93f81391ddc7f21482e605dd3f
Author: Stephan Bergmann <sbergman at redhat.com>
Date:   Fri Oct 24 16:25:47 2014 +0200

    Explicitly include the cmath std::abs overloads
    
    Change-Id: I501edd8f3301f70e6130d844dcd64cac8b18598f

diff --git a/tools/source/generic/fract.cxx b/tools/source/generic/fract.cxx
index 7fee117..ec219d8 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>


More information about the Libreoffice-commits mailing list