diff options
author | Caolán McNamara <caolanm@redhat.com> | 2021-02-05 16:14:52 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2021-02-08 12:11:17 +0100 |
commit | c950dedc9b6a9306e83491c6e895c0ceee11ba8a (patch) | |
tree | 6b2d5c4df943845325a95067a366fd8d0d86cd66 /vcl | |
parent | 560f9bac4c1ee1b044efc55af8d532e9efefd313 (diff) |
update pches
Change-Id: Icf55ddda055d11b649e7607c2cdd8b6d6ddfefbc
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/110483
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'vcl')
-rw-r--r-- | vcl/inc/pch/precompiled_vcl.hxx | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/vcl/inc/pch/precompiled_vcl.hxx b/vcl/inc/pch/precompiled_vcl.hxx index cf636d461b15..7ee2de1f7beb 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 2020-12-23 00:01:32 using: + Generated on 2021-02-05 16:12:50 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: @@ -271,12 +271,14 @@ #include <sft.hxx> #include <svdata.hxx> #include <vcl/AccessibleBrowseBoxObjType.hxx> +#include <vcl/BinaryDataContainer.hxx> #include <vcl/BitmapColor.hxx> #include <vcl/BitmapFilter.hxx> #include <vcl/BitmapReadAccess.hxx> #include <vcl/BitmapTools.hxx> -#include <vcl/TypeSerializer.hxx> +#include <vcl/FilterConfigItem.hxx> #include <vcl/QueueInfo.hxx> +#include <vcl/TypeSerializer.hxx> #include <vcl/accel.hxx> #include <vcl/alpha.hxx> #include <vcl/bitmap.hxx> |