oox/source/core/relations.cxx | 4 ++++ 1 file changed, 4 insertions(+)
New commits: commit 84eacd97f0151076edf05ef0db69286476d222b9 Author: Stephan Bergmann <sberg...@redhat.com> AuthorDate: Tue Mar 17 11:19:36 2020 +0100 Commit: Stephan Bergmann <sberg...@redhat.com> CommitDate: Tue Mar 17 14:54:26 2020 +0100 Missing include (Windows --disable-pch; for std::max) Change-Id: Ib7ea5f07d1aecb67fdaf2ee5badbca748c961490 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/90607 Tested-by: Jenkins Reviewed-by: Stephan Bergmann <sberg...@redhat.com> diff --git a/oox/source/core/relations.cxx b/oox/source/core/relations.cxx index 90573ba2f9b0..cd2570052eb6 100644 --- a/oox/source/core/relations.cxx +++ b/oox/source/core/relations.cxx @@ -17,6 +17,10 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ +#include <sal/config.h> + +#include <algorithm> + #include <oox/core/relations.hxx> namespace oox::core { _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits