summaryrefslogtreecommitdiffstats
path: root/svtools/bmpmaker
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2008-08-19 23:42:05 +0000
committerVladimir Glazounov <vg@openoffice.org>2008-08-19 23:42:05 +0000
commitb348361887a07274969bf00e1dfe017fd936a01f (patch)
tree451e4febfd6deebb28f8ea2f0619d95f359cb2c1 /svtools/bmpmaker
parentINTEGRATION: CWS aw033 (1.23.8); FILE MERGED (diff)
downloadcore-b348361887a07274969bf00e1dfe017fd936a01f.tar.gz
core-b348361887a07274969bf00e1dfe017fd936a01f.zip
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.cxx7
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>