From 1ac449874c0e93ee7e7a9765053d392fde0067f4 Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Fri, 4 Dec 2020 10:01:04 +0000 Subject: update pches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I3e22c2000da03f6f3345353846213203993aa865 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/107192 Tested-by: Jenkins Reviewed-by: Caolán McNamara --- svl/inc/pch/precompiled_svl.hxx | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'svl/inc') diff --git a/svl/inc/pch/precompiled_svl.hxx b/svl/inc/pch/precompiled_svl.hxx index fe187818ae94..47bfedd12c6c 100644 --- a/svl/inc/pch/precompiled_svl.hxx +++ b/svl/inc/pch/precompiled_svl.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 2020-09-03 20:51:13 using: + Generated on 2020-12-04 09:59:40 using: ./bin/update_pch svl svl --cutoff=6 --exclude:system --exclude:module --exclude:local If after updating build fails, use the following command to locate conflicting headers: @@ -24,6 +24,7 @@ #include #include #include +#include #include #include #include @@ -32,9 +33,11 @@ #include #include #include +#include #include #include #include +#include #include #endif // PCH_LEVEL >= 1 #if PCH_LEVEL >= 2 @@ -50,14 +53,12 @@ #include #include #include -#include #include #include #include #include #include #include -#include #include #include #include -- cgit