summaryrefslogtreecommitdiff
path: root/vcl/source
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2008-08-19 23:34:20 +0000
committerVladimir Glazounov <vg@openoffice.org>2008-08-19 23:34:20 +0000
commit6fdc34a76d2e729df0919a90d248310434ed973d (patch)
tree167f2e14dc34497ab764123c2c5feda564fffda5 /vcl/source
parent194f54d46ae6709db8859ff812f031920e4faff2 (diff)
INTEGRATION: CWS aw033 (1.8.22); FILE MERGED
2008/05/14 15:08:10 aw 1.8.22.5: RESYNC: (1.13-1.14); FILE MERGED 2007/08/09 20:12:36 aw 1.8.22.4: RESYNC: (1.11-1.13); FILE MERGED 2007/06/27 18:47:06 aw 1.8.22.3: RESYNC: (1.10-1.11); FILE MERGED 2007/05/23 22:13:24 aw 1.8.22.2: RESYNC: (1.8-1.10); FILE MERGED 2007/01/19 17:11:58 aw 1.8.22.1: changes after resync, problems with math includes
Diffstat (limited to 'vcl/source')
-rw-r--r--vcl/source/window/scrwnd.cxx5
1 files changed, 4 insertions, 1 deletions
diff --git a/vcl/source/window/scrwnd.cxx b/vcl/source/window/scrwnd.cxx
index 7f33e57305f3..31870b45ff06 100644
--- a/vcl/source/window/scrwnd.cxx
+++ b/vcl/source/window/scrwnd.cxx
@@ -7,7 +7,7 @@
* OpenOffice.org - a multi-platform office productivity suite
*
* $RCSfile: scrwnd.cxx,v $
- * $Revision: 1.14 $
+ * $Revision: 1.15 $
*
* This file is part of OpenOffice.org.
*
@@ -50,6 +50,9 @@
#include <scrwnd.hxx>
#endif
+#include <math.h>
+#include <limits.h>
+
// -----------
// - Defines -
// -----------