sc/source/core/data/dptabsrc.cxx | 1 + 1 file changed, 1 insertion(+) New commits: commit 047b8074d9f9edb2e9f3058b4380ca024b5713f8 Author: Stephan Bergmann <stephan.bergm...@allotropia.de> AuthorDate: Mon Jun 9 22:07:46 2025 +0200 Commit: Xisco Fauli <xiscofa...@libreoffice.org> CommitDate: Tue Jun 10 10:21:58 2025 +0200
Missing include (for LONG_MAX) Change-Id: I8f03310ab1b5da503670f77bf9c5211e956dd48c Reviewed-on: https://gerrit.libreoffice.org/c/core/+/186305 Tested-by: Jenkins Reviewed-by: Stephan Bergmann <stephan.bergm...@allotropia.de> (cherry picked from commit 0084c2b22ce26084df5a379135ba8ac174585ac0) Reviewed-on: https://gerrit.libreoffice.org/c/core/+/186314 Reviewed-by: Xisco Fauli <xiscofa...@libreoffice.org> diff --git a/sc/source/core/data/dptabsrc.cxx b/sc/source/core/data/dptabsrc.cxx index ad8f2490f2ba..61123f89cd8a 100644 --- a/sc/source/core/data/dptabsrc.cxx +++ b/sc/source/core/data/dptabsrc.cxx @@ -20,6 +20,7 @@ #include <dptabsrc.hxx> #include <algorithm> +#include <climits> #include <vector> #include <comphelper/sequence.hxx>