diff options
author | Noel Grandin <noel@peralex.com> | 2015-10-26 08:03:26 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2015-10-26 08:03:26 +0200 |
commit | c3acead32e1d844b81e3e90c72549281d4bc73a2 (patch) | |
tree | b26d106f042f2c25b699704b094999c739ab1b29 /sal/rtl | |
parent | 96a6ab886f6d3e726fe54f6dc18c6c6769c27716 (diff) |
attempted fix for android build
Change-Id: I47e5e3ebbbf55ae1fbbf2df85f9efbdd8bca1322
Diffstat (limited to 'sal/rtl')
-rw-r--r-- | sal/rtl/math.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sal/rtl/math.cxx b/sal/rtl/math.cxx index 10faec3f55d8..05a103320943 100644 --- a/sal/rtl/math.cxx +++ b/sal/rtl/math.cxx @@ -36,6 +36,7 @@ #include <limits.h> #include <math.h> #include <stdlib.h> +#include <cmath> static int const n10Count = 16; static double const n10s[2][n10Count] = { |