From dfb24c3d9f3bdbdace593bbd85307a2467c0c7ec Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Tue, 21 Apr 2020 11:20:17 +0100 Subject: uiobject.hxx only needs forward declares MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit and update pches accordingly Change-Id: I411712532fd85961bffe6678416fcdc1d9c7f53d Reviewed-on: https://gerrit.libreoffice.org/c/core/+/92617 Tested-by: Jenkins Reviewed-by: Caolán McNamara --- xmlsecurity/inc/pch/precompiled_xmlsecurity.hxx | 4 +++- xmlsecurity/inc/pch/precompiled_xsec_xmlsec.hxx | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) (limited to 'xmlsecurity') diff --git a/xmlsecurity/inc/pch/precompiled_xmlsecurity.hxx b/xmlsecurity/inc/pch/precompiled_xmlsecurity.hxx index 55df42cd0d9c..c0b973b4cbf7 100644 --- a/xmlsecurity/inc/pch/precompiled_xmlsecurity.hxx +++ b/xmlsecurity/inc/pch/precompiled_xmlsecurity.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-02-01 10:59:05 using: + Generated on 2020-04-21 11:17:57 using: ./bin/update_pch xmlsecurity xmlsecurity --cutoff=6 --exclude:system --include:module --include:local If after updating build fails, use the following command to locate conflicting headers: @@ -45,6 +45,7 @@ #include #include #include +#include #endif // PCH_LEVEL >= 1 #if PCH_LEVEL >= 2 #include @@ -120,6 +121,7 @@ #include #include #include +#include #include #include #include diff --git a/xmlsecurity/inc/pch/precompiled_xsec_xmlsec.hxx b/xmlsecurity/inc/pch/precompiled_xsec_xmlsec.hxx index d1d1c82f6eeb..c2559463e5d0 100644 --- a/xmlsecurity/inc/pch/precompiled_xsec_xmlsec.hxx +++ b/xmlsecurity/inc/pch/precompiled_xsec_xmlsec.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-02-07 00:16:39 using: + Generated on 2020-04-21 11:17:59 using: ./bin/update_pch xmlsecurity xsec_xmlsec --cutoff=2 --exclude:system --include:module --include:local If after updating build fails, use the following command to locate conflicting headers: -- cgit