diff options
Diffstat (limited to 'sc/source')
-rw-r--r-- | sc/source/core/data/global2.cxx | 1 | ||||
-rw-r--r-- | sc/source/ui/docshell/impex.cxx | 1 | ||||
-rw-r--r-- | sc/source/ui/vba/vbarange.cxx | 1 | ||||
-rw-r--r-- | sc/source/ui/view/viewfun6.cxx | 1 |
4 files changed, 4 insertions, 0 deletions
diff --git a/sc/source/core/data/global2.cxx b/sc/source/core/data/global2.cxx index 5dcbbdd11709..5d58a3e8c2e3 100644 --- a/sc/source/core/data/global2.cxx +++ b/sc/source/core/data/global2.cxx @@ -27,6 +27,7 @@ #include <formula/errorcodes.hxx> #include <sal/log.hxx> #include <rtl/character.hxx> +#include <rtl/math.hxx> #include <global.hxx> #include <rangeutl.hxx> diff --git a/sc/source/ui/docshell/impex.cxx b/sc/source/ui/docshell/impex.cxx index b49f3b96fb50..953aa0eb8167 100644 --- a/sc/source/ui/docshell/impex.cxx +++ b/sc/source/ui/docshell/impex.cxx @@ -63,6 +63,7 @@ #include <editeng/editobj.hxx> #include <svl/numformat.hxx> #include <rtl/character.hxx> +#include <rtl/math.hxx> #include <sax/tools/converter.hxx> #include <memory> diff --git a/sc/source/ui/vba/vbarange.cxx b/sc/source/ui/vba/vbarange.cxx index 1cb307133cf7..d264682a1f7a 100644 --- a/sc/source/ui/vba/vbarange.cxx +++ b/sc/source/ui/vba/vbarange.cxx @@ -23,6 +23,7 @@ #include <cppuhelper/exc_hlp.hxx> #include <o3tl/any.hxx> #include <o3tl/unit_conversion.hxx> +#include <rtl/math.hxx> #include <tools/diagnose_ex.h> #include <com/sun/star/script/ArrayWrapper.hpp> diff --git a/sc/source/ui/view/viewfun6.cxx b/sc/source/ui/view/viewfun6.cxx index 9e066efff637..160ee6ce5882 100644 --- a/sc/source/ui/view/viewfun6.cxx +++ b/sc/source/ui/view/viewfun6.cxx @@ -28,6 +28,7 @@ #include <vcl/uitest/logger.hxx> #include <vcl/uitest/eventdescription.hxx> #include <editeng/editview.hxx> +#include <rtl/math.hxx> #include <sal/log.hxx> #include <viewfunc.hxx> |