sal/rtl/math.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 6f9e272da724237e52f2f93f235ae78c5344a21a Author: Eike Rathke <er...@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; _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits