From 7d7fea7f75524611238ce1b3546b95646cdcf359 Mon Sep 17 00:00:00 2001 From: Luboš Luňák Date: Thu, 17 Oct 2019 15:20:31 +0200 Subject: make bin/update_pch.s always include code in trivial #if's MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit E.g. #ifdef LIBO_INTERNAL_ONLY is always true for code that builds with our PCHs. Change-Id: I3cf311ea3621b909105754cfea2cb0116b8b67f5 Reviewed-on: https://gerrit.libreoffice.org/80961 Tested-by: Jenkins Reviewed-by: Luboš Luňák --- hwpfilter/inc/pch/precompiled_hwp.hxx | 26 +++++++++++++++++++++++++- 1 file changed, 25 insertions(+), 1 deletion(-) (limited to 'hwpfilter') diff --git a/hwpfilter/inc/pch/precompiled_hwp.hxx b/hwpfilter/inc/pch/precompiled_hwp.hxx index f8f3efa4b5b6..0ee05b58c57e 100644 --- a/hwpfilter/inc/pch/precompiled_hwp.hxx +++ b/hwpfilter/inc/pch/precompiled_hwp.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 2019-04-29 21:18:41 using: + Generated on 2019-10-17 15:14:55 using: ./bin/update_pch hwpfilter hwp --cutoff=3 --exclude:system --include:module --include:local If after updating build fails, use the following command to locate conflicting headers: @@ -21,10 +21,12 @@ */ #if PCH_LEVEL >= 1 +#include #include #include #include #include +#include #include #include #include @@ -32,15 +34,19 @@ #include #include #include +#include +#include #include #include #endif // PCH_LEVEL >= 1 #if PCH_LEVEL >= 2 #include #include +#include #include #include #include +#include #include #include #include @@ -54,9 +60,27 @@ #include #endif // PCH_LEVEL >= 2 #if PCH_LEVEL >= 3 +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include #include +#include +#include #include #include +#include +#include +#include +#include +#include +#include #endif // PCH_LEVEL >= 3 #if PCH_LEVEL >= 4 #endif // PCH_LEVEL >= 4 -- cgit v1.2.3