diff options
Diffstat (limited to 'svx')
-rw-r--r-- | svx/source/items/numfmtsh.cxx | 3 |
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; |