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

Eike Rathke erack at redhat.com
Mon Oct 26 19:42:56 UTC 2015


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

New commits:
commit 6f9e272da724237e52f2f93f235ae78c5344a21a
Author: Eike Rathke <erack at redhat.com>
Date:   Mon Oct 26 20:41:09 2015 +0100

    see if including cmath instead of math.h satisfies Android-ARM
    
    Change-Id: Ie96f459dfe6d515ac92d89fcf6e6393a35bb97ac

diff --git a/sal/rtl/math.cxx b/sal/rtl/math.cxx
index 3713247..2c03dfc 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