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 --- chart2/inc/pch/precompiled_chartcontroller.hxx | 8 +++++++- chart2/inc/pch/precompiled_chartcore.hxx | 4 +++- 2 files changed, 10 insertions(+), 2 deletions(-) (limited to 'chart2') diff --git a/chart2/inc/pch/precompiled_chartcontroller.hxx b/chart2/inc/pch/precompiled_chartcontroller.hxx index 547e897a2b8a..a7590ead0568 100644 --- a/chart2/inc/pch/precompiled_chartcontroller.hxx +++ b/chart2/inc/pch/precompiled_chartcontroller.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:04:21 using: + Generated on 2020-12-04 09:59:05 using: ./bin/update_pch chart2 chartcontroller --cutoff=6 --exclude:system --include:module --include:local If after updating build fails, use the following command to locate conflicting headers: @@ -171,6 +171,7 @@ #include #include #include +#include #include #include #include @@ -203,7 +204,9 @@ #include #include #include +#include #include +#include #include #include #include @@ -368,6 +371,7 @@ #include #include #include +#include #include #include #include @@ -390,6 +394,7 @@ #include #include #include +#include #include #include #include @@ -398,6 +403,7 @@ #include #include #include +#include #include #include #include diff --git a/chart2/inc/pch/precompiled_chartcore.hxx b/chart2/inc/pch/precompiled_chartcore.hxx index 4cfd699eeceb..d0e05e981e60 100644 --- a/chart2/inc/pch/precompiled_chartcore.hxx +++ b/chart2/inc/pch/precompiled_chartcore.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:30 using: + Generated on 2020-12-04 09:59:06 using: ./bin/update_pch chart2 chartcore --cutoff=3 --exclude:system --exclude:module --include: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 @@ -209,6 +210,7 @@ #include #include #include +#include #include #include #include -- cgit