diff options
author | Julien Nabet <serval2412@yahoo.fr> | 2021-03-06 20:42:57 +0100 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2021-03-06 21:31:05 +0100 |
commit | cc3b9c0bcc4a379efb99b273c426a5ecb2214d0f (patch) | |
tree | cb43a941f984ebc604e5eff8010a8ee2bf36da48 /svl/inc | |
parent | 7d359438fe59d49948835dbaa7d3f20ee16ad997 (diff) |
update pches
Change-Id: Id892e426343746df2f01f4cdc5f470351bdb6a12
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/112099
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'svl/inc')
-rw-r--r-- | svl/inc/pch/precompiled_svl.hxx | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/svl/inc/pch/precompiled_svl.hxx b/svl/inc/pch/precompiled_svl.hxx index 908c1968e217..83dd5d4a5a0c 100644 --- a/svl/inc/pch/precompiled_svl.hxx +++ b/svl/inc/pch/precompiled_svl.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-03-06 18:49:48 using: + Generated on 2021-03-06 20:42:00 using: ./bin/update_pch svl svl --cutoff=6 --exclude:system --exclude:module --exclude:local If after updating build fails, use the following command to locate conflicting headers: @@ -45,6 +45,7 @@ #include <osl/diagnose.h> #include <osl/doublecheckedlocking.h> #include <osl/endian.h> +#include <osl/file.h> #include <osl/getglobalmutex.hxx> #include <osl/interlck.h> #include <osl/mutex.hxx> @@ -59,14 +60,12 @@ #include <rtl/locale.h> #include <rtl/math.hxx> #include <rtl/ref.hxx> -#include <rtl/strbuf.h> #include <rtl/string.h> #include <rtl/string.hxx> #include <rtl/stringconcat.hxx> #include <rtl/stringutils.hxx> #include <rtl/textenc.h> #include <rtl/ustrbuf.hxx> -#include <rtl/ustring.h> #include <rtl/ustring.hxx> #include <rtl/uuid.h> #include <sal/backtrace.hxx> |