diff options
-rw-r--r-- | sal/rtl/math.cxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sal/rtl/math.cxx b/sal/rtl/math.cxx index e0154f7ab2e3..bedde1c4bf07 100644 --- a/sal/rtl/math.cxx +++ b/sal/rtl/math.cxx @@ -38,6 +38,8 @@ #include <stdlib.h> #include <cmath> +using namespace std; + static int const n10Count = 16; static double const n10s[2][n10Count] = { { 1e1, 1e2, 1e3, 1e4, 1e5, 1e6, 1e7, 1e8, |