diff options
-rw-r--r-- | svtools/source/filter.vcl/filter/sgvmain.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/svtools/source/filter.vcl/filter/sgvmain.cxx b/svtools/source/filter.vcl/filter/sgvmain.cxx index 9a7055a92417..da466140a01e 100644 --- a/svtools/source/filter.vcl/filter/sgvmain.cxx +++ b/svtools/source/filter.vcl/filter/sgvmain.cxx @@ -7,7 +7,7 @@ * OpenOffice.org - a multi-platform office productivity suite * * $RCSfile: sgvmain.cxx,v $ - * $Revision: 1.19 $ + * $Revision: 1.20 $ * * This file is part of OpenOffice.org. * @@ -31,7 +31,7 @@ // MARKER(update_precomp.py): autogen include statement, do not remove #include "precompiled_svtools.hxx" -#include <math.h> +#include <rtl/math.hxx> #include <osl/endian.h> #include <vcl/graph.hxx> #include <tools/poly.hxx> |