diff options
-rw-r--r-- | tools/source/generic/line.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/source/generic/line.cxx b/tools/source/generic/line.cxx index 743ff80a514e..5e698d50c006 100644 --- a/tools/source/generic/line.cxx +++ b/tools/source/generic/line.cxx @@ -7,7 +7,7 @@ * OpenOffice.org - a multi-platform office productivity suite * * $RCSfile: line.cxx,v $ - * $Revision: 1.9 $ + * $Revision: 1.10 $ * * This file is part of OpenOffice.org. * @@ -37,7 +37,7 @@ #include <tools/debug.hxx> #include <cstdlib> -#include <cmath> +#include <math.h> inline long FRound( double fVal ) { |