diff options
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 2c03dfc63e3c..3713247db95d 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; |