diff options
author | Caolán McNamara <caolanm@redhat.com> | 2020-12-04 10:01:04 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2020-12-04 12:05:13 +0100 |
commit | 1ac449874c0e93ee7e7a9765053d392fde0067f4 (patch) | |
tree | 15c2cb81a53cebabddf3e5417329cb149f5043d1 /xmloff/inc/pch | |
parent | 8830cf86b146b1252ac37f351a23246088d569b0 (diff) |
update pches
Change-Id: I3e22c2000da03f6f3345353846213203993aa865
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/107192
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'xmloff/inc/pch')
-rw-r--r-- | xmloff/inc/pch/precompiled_xo.hxx | 4 | ||||
-rw-r--r-- | xmloff/inc/pch/precompiled_xof.hxx | 3 |
2 files changed, 5 insertions, 2 deletions
diff --git a/xmloff/inc/pch/precompiled_xo.hxx b/xmloff/inc/pch/precompiled_xo.hxx index 3e33eee9eb66..77caee51542c 100644 --- a/xmloff/inc/pch/precompiled_xo.hxx +++ b/xmloff/inc/pch/precompiled_xo.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:07:14 using: + Generated on 2020-12-04 10:00:13 using: ./bin/update_pch xmloff xo --cutoff=7 --exclude:system --include:module --include:local If after updating build fails, use the following command to locate conflicting headers: @@ -182,9 +182,11 @@ #include <svl/svldllapi.h> #include <tools/color.hxx> #include <tools/debug.hxx> +#include <tools/degree.hxx> #include <tools/diagnose_ex.h> #include <tools/gen.hxx> #include <tools/link.hxx> +#include <tools/long.hxx> #include <tools/mapunit.hxx> #include <tools/solar.h> #include <tools/toolsdllapi.h> diff --git a/xmloff/inc/pch/precompiled_xof.hxx b/xmloff/inc/pch/precompiled_xof.hxx index e037fe956fb5..bc3a84f43b8b 100644 --- a/xmloff/inc/pch/precompiled_xof.hxx +++ b/xmloff/inc/pch/precompiled_xof.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-07-09 17:07:24 using: + Generated on 2020-12-04 10:00:13 using: ./bin/update_pch xmloff xof --cutoff=1 --exclude:system --exclude:module --include:local If after updating build fails, use the following command to locate conflicting headers: @@ -52,6 +52,7 @@ #include <cppuhelper/supportsservice.hxx> #include <cppuhelper/typeprovider.hxx> #include <sax/tools/converter.hxx> +#include <tools/diagnose_ex.h> #endif // PCH_LEVEL >= 3 #if PCH_LEVEL >= 4 #include <xmloff/attrlist.hxx> |