tools/source/misc/json_writer.cxx |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit 4ad4468675069312902feaefb862d0a288ede23c
Author:     Stephan Bergmann <sberg...@redhat.com>
AuthorDate: Mon Aug 3 15:11:52 2020 +0200
Commit:     Stephan Bergmann <sberg...@redhat.com>
CommitDate: Mon Aug 3 17:11:42 2020 +0200

    Missing include (std::max; Windows --disable-pch)
    
    Change-Id: I31d44c0a1791c58c0fc348fb2ec42fe2e2ec4323
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/100003
    Tested-by: Jenkins
    Reviewed-by: Stephan Bergmann <sberg...@redhat.com>

diff --git a/tools/source/misc/json_writer.cxx 
b/tools/source/misc/json_writer.cxx
index e815a0b6b173..1ccee8569480 100644
--- a/tools/source/misc/json_writer.cxx
+++ b/tools/source/misc/json_writer.cxx
@@ -9,6 +9,7 @@
 
 #include <tools/json_writer.hxx>
 #include <stdio.h>
+#include <algorithm>
 #include <cstring>
 #include <rtl/strbuf.hxx>
 #include <rtl/math.hxx>
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to