From c950dedc9b6a9306e83491c6e895c0ceee11ba8a Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Fri, 5 Feb 2021 16:14:52 +0000 Subject: update pches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: Icf55ddda055d11b649e7607c2cdd8b6d6ddfefbc Reviewed-on: https://gerrit.libreoffice.org/c/core/+/110483 Tested-by: Jenkins Reviewed-by: Caolán McNamara --- basic/inc/pch/precompiled_sb.hxx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'basic/inc') diff --git a/basic/inc/pch/precompiled_sb.hxx b/basic/inc/pch/precompiled_sb.hxx index 23811f6f5e1d..031c2b11e1c4 100644 --- a/basic/inc/pch/precompiled_sb.hxx +++ b/basic/inc/pch/precompiled_sb.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-12-04 09:59:03 using: + Generated on 2021-02-05 16:09:24 using: ./bin/update_pch basic sb --cutoff=2 --exclude:system --exclude:module --include:local If after updating build fails, use the following command to locate conflicting headers: @@ -53,6 +53,7 @@ #include #include #include +#include #include #include #include @@ -71,6 +72,7 @@ #include #include #include +#include #include #include #include -- cgit