From 84eacd97f0151076edf05ef0db69286476d222b9 Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Tue, 17 Mar 2020 11:19:36 +0100 Subject: 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 --- oox/source/core/relations.cxx | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'oox') 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 + +#include + #include namespace oox::core { -- cgit