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 --- sdext/inc/pch/precompiled_PresentationMinimizer.hxx | 5 ++++- sdext/inc/pch/precompiled_PresenterScreen.hxx | 5 ++++- 2 files changed, 8 insertions(+), 2 deletions(-) (limited to 'sdext') diff --git a/sdext/inc/pch/precompiled_PresentationMinimizer.hxx b/sdext/inc/pch/precompiled_PresentationMinimizer.hxx index 6f2a3aa81a79..cbf4ed9baac2 100644 --- a/sdext/inc/pch/precompiled_PresentationMinimizer.hxx +++ b/sdext/inc/pch/precompiled_PresentationMinimizer.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-08-12 11:05:47 using: + Generated on 2020-12-04 09:59:39 using: ./bin/update_pch sdext PresentationMinimizer --cutoff=2 --exclude:system --include:module --include:local If after updating build fails, use the following command to locate conflicting headers: @@ -27,6 +27,7 @@ #include #include #include +#include #include #include #include @@ -146,10 +147,12 @@ #include #include #include +#include #include #include #include #include +#include #include #include #include diff --git a/sdext/inc/pch/precompiled_PresenterScreen.hxx b/sdext/inc/pch/precompiled_PresenterScreen.hxx index 662b046d3660..db5e6373d453 100644 --- a/sdext/inc/pch/precompiled_PresenterScreen.hxx +++ b/sdext/inc/pch/precompiled_PresenterScreen.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-08-12 11:05:47 using: + Generated on 2020-12-04 09:59:39 using: ./bin/update_pch sdext PresenterScreen --cutoff=2 --exclude:system --include:module --exclude:local If after updating build fails, use the following command to locate conflicting headers: @@ -26,6 +26,7 @@ #include #include #include +#include #include #include #include @@ -140,9 +141,11 @@ #include #include #include +#include #include #include #include +#include #include #include #include -- cgit