diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2020-08-03 15:11:52 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2020-08-03 17:11:42 +0200 |
commit | 4ad4468675069312902feaefb862d0a288ede23c (patch) | |
tree | 8cf707f350b0c36472e939574965621cf584c003 /tools | |
parent | c379994973dd730c0ee2fdc8854a06b202f9f150 (diff) |
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 <sbergman@redhat.com>
Diffstat (limited to 'tools')
-rw-r--r-- | tools/source/misc/json_writer.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
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> |