From 2bcb38a6b8c855ee464c840f66d87b2985c7f09a Mon Sep 17 00:00:00 2001 From: Julien Nabet Date: Sat, 6 Mar 2021 18:51:47 +0100 Subject: update pches I just used ./bin/update_pch.sh Change-Id: I06a7f36eb4c511b8d6c6477fd87e57f0d9702457 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/112097 Tested-by: Jenkins Reviewed-by: Julien Nabet --- svgio/inc/pch/precompiled_svgio.hxx | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'svgio') diff --git a/svgio/inc/pch/precompiled_svgio.hxx b/svgio/inc/pch/precompiled_svgio.hxx index a50ff48e1ce1..1e5c2fd5874b 100644 --- a/svgio/inc/pch/precompiled_svgio.hxx +++ b/svgio/inc/pch/precompiled_svgio.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 2021-02-22 20:24:58 using: + Generated on 2021-03-06 18:49:48 using: ./bin/update_pch svgio svgio --cutoff=8 --exclude:system --exclude:module --include:local If after updating build fails, use the following command to locate conflicting headers: @@ -22,6 +22,7 @@ #if PCH_LEVEL >= 1 #include +#include #include #include #include @@ -34,6 +35,7 @@ #include #include #include +#include #include #include #include @@ -50,7 +52,9 @@ #include #include #include +#include #include +#include #include #include #include @@ -65,6 +69,8 @@ #include #include #include +#include +#include #endif // PCH_LEVEL >= 4 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ -- cgit