diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2008-08-19 23:42:05 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2008-08-19 23:42:05 +0000 |
commit | b348361887a07274969bf00e1dfe017fd936a01f (patch) | |
tree | 451e4febfd6deebb28f8ea2f0619d95f359cb2c1 /svtools/bmpmaker | |
parent | e223a705fa6faa83de2a6de47b55a2102f30e69f (diff) |
INTEGRATION: CWS aw033 (1.17.60); FILE MERGED
2008/05/14 15:16:38 aw 1.17.60.3: RESYNC: (1.17-1.18); FILE MERGED
2007/08/13 15:29:48 aw 1.17.60.2: #i39532# changes after resync
2007/06/29 10:37:31 aw 1.17.60.1: changes after resyc
Diffstat (limited to 'svtools/bmpmaker')
-rw-r--r-- | svtools/bmpmaker/bmp.cxx | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/svtools/bmpmaker/bmp.cxx b/svtools/bmpmaker/bmp.cxx index 4e7064fd7323..df20c7e05376 100644 --- a/svtools/bmpmaker/bmp.cxx +++ b/svtools/bmpmaker/bmp.cxx @@ -7,7 +7,7 @@ * OpenOffice.org - a multi-platform office productivity suite * * $RCSfile: bmp.cxx,v $ - * $Revision: 1.18 $ + * $Revision: 1.19 $ * * This file is part of OpenOffice.org. * @@ -31,6 +31,11 @@ // MARKER(update_precomp.py): autogen include statement, do not remove #include "precompiled_svtools.hxx" +#ifndef INCLUDED_RTL_MATH_HXX +#include <rtl/math.hxx> +#endif + +#include <math.h> #include <stdio.h> #include <signal.h> #include <vector> |