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 --- cui/inc/pch/precompiled_cui.hxx | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'cui') diff --git a/cui/inc/pch/precompiled_cui.hxx b/cui/inc/pch/precompiled_cui.hxx index 1a4c1a51d2e7..2ceb9ab4e41f 100644 --- a/cui/inc/pch/precompiled_cui.hxx +++ b/cui/inc/pch/precompiled_cui.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-21 15:20:53 using: + Generated on 2020-12-04 09:59:10 using: ./bin/update_pch cui cui --cutoff=8 --exclude:system --include:module --exclude:local If after updating build fails, use the following command to locate conflicting headers: @@ -55,6 +55,7 @@ #include #include #include +#include #include #endif // PCH_LEVEL >= 1 #if PCH_LEVEL >= 2 @@ -72,7 +73,6 @@ #include #include #include -#include #include #include #include @@ -195,6 +195,7 @@ #include #include #include +#include #include #include #include @@ -348,6 +349,7 @@ #include #include #include +#include #include #include #include @@ -368,6 +370,7 @@ #include #include #include +#include #include #include #include @@ -377,6 +380,7 @@ #include #include #include +#include #include #include #include -- cgit