[Libreoffice-commits] core.git: sal/rtl

Eike Rathke erack at redhat.com
Mon Oct 26 19:58:51 UTC 2015


 sal/rtl/math.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit f25ff72f60ac7311eb805c9d4c1780d1717bcaea
Author: Eike Rathke <erack at redhat.com>
Date:   Mon Oct 26 20:57:13 2015 +0100

    Revert "see if including cmath instead of math.h satisfies Android-ARM"
    
    This reverts commit 6f9e272da724237e52f2f93f235ae78c5344a21a.
    
    A f*cking mess. See 1cdf6ade0eeac9515ed88ae0cd802fe119dd4249
    
    Change-Id: Ia66edb96c9c34742300e882c2796870bfd9919d1

diff --git a/sal/rtl/math.cxx b/sal/rtl/math.cxx
index 2c03dfc..3713247 100644
--- a/sal/rtl/math.cxx
+++ b/sal/rtl/math.cxx
@@ -32,9 +32,9 @@
 
 #include <algorithm>
 #include <cassert>
-#include <cmath>
 #include <float.h>
 #include <limits.h>
+#include <math.h>
 #include <stdlib.h>
 
 static int const n10Count = 16;


More information about the Libreoffice-commits mailing list