diff options
author | Caolán McNamara <caolanm@redhat.com> | 2021-02-19 15:36:13 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2021-02-19 20:42:34 +0100 |
commit | 860b2d0123cc44437d4882d7d5f204a32ed21a62 (patch) | |
tree | da5e090c686be1b16524ca9e3255550390e0cbcd /vcl | |
parent | d54d66e25ec0206f43ead5fe72428ebefd0b857c (diff) |
update pches
Change-Id: Ic4586057346b6de700c1bb6ff4cd759a11bb3e4d
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/111231
Tested-by: Caolán McNamara <caolanm@redhat.com>
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'vcl')
-rw-r--r-- | vcl/inc/pch/precompiled_vcl.hxx | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/vcl/inc/pch/precompiled_vcl.hxx b/vcl/inc/pch/precompiled_vcl.hxx index 7ee2de1f7beb..5aecf7ceaf3a 100644 --- a/vcl/inc/pch/precompiled_vcl.hxx +++ b/vcl/inc/pch/precompiled_vcl.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-05 16:12:50 using: + Generated on 2021-02-19 15:35:44 using: ./bin/update_pch vcl vcl --cutoff=6 --exclude:system --include:module --include:local If after updating build fails, use the following command to locate conflicting headers: @@ -66,12 +66,14 @@ #include <osl/module.hxx> #include <osl/mutex.h> #include <osl/mutex.hxx> +#include <osl/nlsupport.h> #include <osl/process.h> #include <osl/signal.h> #include <osl/thread.h> #include <osl/time.h> #include <rtl/alloc.h> #include <rtl/bootstrap.hxx> +#include <rtl/byteseq.hxx> #include <rtl/character.hxx> #include <rtl/crc.h> #include <rtl/digest.h> @@ -216,6 +218,7 @@ #include <tools/debug.hxx> #include <tools/degree.hxx> #include <tools/diagnose_ex.h> +#include <tools/fldunit.hxx> #include <tools/fontenum.hxx> #include <tools/fract.hxx> #include <tools/gen.hxx> |