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 --- starmath/inc/pch/precompiled_sm.hxx | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) (limited to 'starmath') diff --git a/starmath/inc/pch/precompiled_sm.hxx b/starmath/inc/pch/precompiled_sm.hxx index 15105b694789..ca384dfa4ba6 100644 --- a/starmath/inc/pch/precompiled_sm.hxx +++ b/starmath/inc/pch/precompiled_sm.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:19:01 using: + Generated on 2019-10-17 15:16:20 using: ./bin/update_pch starmath sm --cutoff=5 --exclude:system --exclude:module --include:local If after updating build fails, use the following command to locate conflicting headers: @@ -28,14 +28,15 @@ #include #include #include -#include #include #include #include #include +#include #include #include #include +#include #endif // PCH_LEVEL >= 1 #if PCH_LEVEL >= 2 #include @@ -47,6 +48,7 @@ #include #include #include +#include #include #include #include @@ -74,6 +76,7 @@ #include #include #include +#include #include #include #include @@ -85,12 +88,14 @@ #include #include #include +#include #include #include #include #include #include #include +#include #include #include #include @@ -98,6 +103,7 @@ #include #include #include +#include #include #include #include @@ -110,6 +116,7 @@ #include #include #include +#include #include #include #include @@ -127,6 +134,7 @@ #include #endif // PCH_LEVEL >= 3 #if PCH_LEVEL >= 4 +#include #include #include #include -- cgit