summaryrefslogtreecommitdiff
path: root/svx/source/customshapes
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2008-06-16 13:11:15 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2008-06-16 13:11:15 +0000
commita43d8cb8bfaeb746380f6e65775cb1500fa085be (patch)
tree2f2b2e9c516dc227743996f46dc1f7602d106dc9 /svx/source/customshapes
parent8ebecc898e683a827d00b642cc42936f30dfe833 (diff)
INTEGRATION: CWS hr51 (1.12.66); FILE MERGED
2008/06/06 14:33:14 hr 1.12.66.1: #i88947#: includes
Diffstat (limited to 'svx/source/customshapes')
-rw-r--r--svx/source/customshapes/EnhancedCustomShapeFunctionParser.cxx4
1 files changed, 3 insertions, 1 deletions
diff --git a/svx/source/customshapes/EnhancedCustomShapeFunctionParser.cxx b/svx/source/customshapes/EnhancedCustomShapeFunctionParser.cxx
index 4846dfd67d..0601b72ba9 100644
--- a/svx/source/customshapes/EnhancedCustomShapeFunctionParser.cxx
+++ b/svx/source/customshapes/EnhancedCustomShapeFunctionParser.cxx
@@ -7,7 +7,7 @@
* OpenOffice.org - a multi-platform office productivity suite
*
* $RCSfile: EnhancedCustomShapeFunctionParser.cxx,v $
- * $Revision: 1.12 $
+ * $Revision: 1.13 $
*
* This file is part of OpenOffice.org.
*
@@ -52,6 +52,8 @@
#include <functional>
#include <algorithm>
#include <stack>
+
+#include <math.h> // fabs, sqrt, sin, cos, tan, atan, atan2
using namespace EnhancedCustomShape;
using namespace com::sun::star;
using namespace com::sun::star::drawing;