summaryrefslogtreecommitdiff
path: root/svx/source
diff options
context:
space:
mode:
authorEike Rathke <erack@erack.de>2011-08-08 13:06:35 +0200
committerEike Rathke <erack@erack.de>2011-08-08 13:07:35 +0200
commit2ccabe21ad789aa0bc2c3bd7834a18760ff4f2da (patch)
treed33a243907dbd1c41105a7e37bac1ea44403312f /svx/source
parent0c11d49e9c9031930ba023e6f546ebb73aac54e7 (diff)
fix build breaker, include limits
Diffstat (limited to 'svx/source')
-rw-r--r--svx/source/items/numfmtsh.cxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/svx/source/items/numfmtsh.cxx b/svx/source/items/numfmtsh.cxx
index ffe0b0a25e18..522658eb8912 100644
--- a/svx/source/items/numfmtsh.cxx
+++ b/svx/source/items/numfmtsh.cxx
@@ -46,6 +46,9 @@
#include <comphelper/processfactory.hxx>
#include <svx/numfmtsh.hxx>
+
+#include <limits>
+
// class SvxNumberFormatShell --------------------------------------------
const double SvxNumberFormatShell::DEFAULT_NUMVALUE = 1234.56789;