From 1230e5cbadc24854993ee9bda8623cc5ff7f136d Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Sun, 22 Aug 2021 14:53:20 +0100 Subject: update some pches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I3f823924b276cd18eddba74f108dd577970084db Reviewed-on: https://gerrit.libreoffice.org/c/core/+/120847 Tested-by: Jenkins Reviewed-by: Caolán McNamara --- xmloff/inc/pch/precompiled_xo.hxx | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) (limited to 'xmloff') diff --git a/xmloff/inc/pch/precompiled_xo.hxx b/xmloff/inc/pch/precompiled_xo.hxx index be8d1d79da8e..f79c367dbe68 100644 --- a/xmloff/inc/pch/precompiled_xo.hxx +++ b/xmloff/inc/pch/precompiled_xo.hxx @@ -13,7 +13,7 @@ manual changes will be rewritten by the next run of update_pch.sh (which presumably also fixes all possible problems, so it's usually better to use it). - Generated on 2021-04-08 13:52:40 using: + Generated on 2021-08-22 14:50:18 using: ./bin/update_pch xmloff xo --cutoff=7 --exclude:system --include:module --include:local If after updating build fails, use the following command to locate conflicting headers: @@ -23,6 +23,7 @@ #include #if PCH_LEVEL >= 1 #include +#include #include #include #include @@ -30,12 +31,15 @@ #include #include #include +#include #include #include #include #include #include #include +#include +#include #include #include #include @@ -43,9 +47,9 @@ #include #include #include +#include #include #include -#include #include #endif // PCH_LEVEL >= 1 #if PCH_LEVEL >= 2 @@ -100,6 +104,8 @@ #include #include #include +#include +#include #include #include #include @@ -180,11 +186,13 @@ #include #include #include +#include #include #include #include #include #include +#include #include #include #include @@ -192,7 +200,9 @@ #include #include #include +#include #include +#include #include #include #include -- cgit