diff options
author | Eike Rathke <erack@redhat.com> | 2015-10-26 20:41:09 +0100 |
---|---|---|
committer | Eike Rathke <erack@redhat.com> | 2015-10-26 20:42:30 +0100 |
commit | 6f9e272da724237e52f2f93f235ae78c5344a21a (patch) | |
tree | 4d4458f02444fdae68bf6e98ce4626e2642690ca /sal/rtl/math.cxx | |
parent | 5ec304d3f24b50290c4f456d329a4c017f45d2d5 (diff) |
see if including cmath instead of math.h satisfies Android-ARM
Change-Id: Ie96f459dfe6d515ac92d89fcf6e6393a35bb97ac
Diffstat (limited to 'sal/rtl/math.cxx')
-rw-r--r-- | sal/rtl/math.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sal/rtl/math.cxx b/sal/rtl/math.cxx index 3713247db95d..2c03dfc63e3c 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; |