From 3a79f2241443e1dbbbe4ca783e8f27a3a6611447 Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Tue, 18 Aug 2020 21:29:06 +0100 Subject: update pches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I6a300169d33bdc36e4c7e720a7afc336a86eea68 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/100962 Tested-by: Jenkins Reviewed-by: Caolán McNamara --- basctl/inc/pch/precompiled_basctl.hxx | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'basctl/inc') diff --git a/basctl/inc/pch/precompiled_basctl.hxx b/basctl/inc/pch/precompiled_basctl.hxx index ebdbe314890c..adc3d6f54104 100644 --- a/basctl/inc/pch/precompiled_basctl.hxx +++ b/basctl/inc/pch/precompiled_basctl.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:16 using: + Generated on 2020-08-18 21:25:38 using: ./bin/update_pch basctl basctl --cutoff=3 --exclude:system --include:module --exclude:local If after updating build fails, use the following command to locate conflicting headers: @@ -143,6 +143,7 @@ #include #include #include +#include #include #include #include @@ -196,6 +197,8 @@ #include #include #include +#include +#include #include #include #include @@ -362,6 +365,8 @@ #include #include #include +#include +#include #include #include #include -- cgit