sax/source/tools/converter.cxx |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit 19c32b44fead600118377417012b111a4f238766
Author:     Stephan Bergmann <stephan.bergm...@allotropia.de>
AuthorDate: Mon Jun 9 21:05:19 2025 +0200
Commit:     Stephan Bergmann <stephan.bergm...@allotropia.de>
CommitDate: Tue Jun 10 08:42:00 2025 +0200

    Missing include (for SHRT_MIN/MAX)
    
    Change-Id: I1755b440515724315aa2e540fe3de4a473371dc4
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/186304
    Tested-by: Jenkins
    Reviewed-by: Stephan Bergmann <stephan.bergm...@allotropia.de>

diff --git a/sax/source/tools/converter.cxx b/sax/source/tools/converter.cxx
index c026e35d770a..f27fc325e26d 100644
--- a/sax/source/tools/converter.cxx
+++ b/sax/source/tools/converter.cxx
@@ -39,6 +39,7 @@
 #include <tools/time.hxx>
 
 #include <algorithm>
+#include <climits>
 #include <map>
 #include <string_view>
 

Reply via email to