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 /sc | |
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 'sc')
-rw-r--r-- | sc/inc/pch/precompiled_sc.hxx | 3 | ||||
-rw-r--r-- | sc/inc/pch/precompiled_scfilt.hxx | 5 |
2 files changed, 6 insertions, 2 deletions
diff --git a/sc/inc/pch/precompiled_sc.hxx b/sc/inc/pch/precompiled_sc.hxx index f0afd90763ce..625d00f38654 100644 --- a/sc/inc/pch/precompiled_sc.hxx +++ b/sc/inc/pch/precompiled_sc.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-15 11:15:51 using: + Generated on 2021-02-05 16:10:48 using: ./bin/update_pch sc sc --cutoff=12 --exclude:system --include:module --include:local If after updating build fails, use the following command to locate conflicting headers: @@ -107,6 +107,7 @@ #include <sal/saldllapi.h> #include <sal/types.h> #include <sal/typesizes.h> +#include <vcl/BinaryDataContainer.hxx> #include <vcl/EnumContext.hxx> #include <vcl/GraphicAttributes.hxx> #include <vcl/GraphicExternalLink.hxx> diff --git a/sc/inc/pch/precompiled_scfilt.hxx b/sc/inc/pch/precompiled_scfilt.hxx index 951ba6d80afc..c56ae1dbab46 100644 --- a/sc/inc/pch/precompiled_scfilt.hxx +++ b/sc/inc/pch/precompiled_scfilt.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-04 09:59:33 using: + Generated on 2021-02-05 16:10:57 using: ./bin/update_pch sc scfilt --cutoff=4 --exclude:system --exclude:module --include:local If after updating build fails, use the following command to locate conflicting headers: @@ -57,6 +57,7 @@ #include <osl/mutex.h> #include <osl/mutex.hxx> #include <osl/thread.h> +#include <osl/thread.hxx> #include <rtl/alloc.h> #include <rtl/character.hxx> #include <rtl/instance.hxx> @@ -211,6 +212,7 @@ #include <oox/token/relationship.hxx> #include <oox/token/tokens.hxx> #include <salhelper/simplereferenceobject.hxx> +#include <sax/fastattribs.hxx> #include <sax/fshelper.hxx> #include <sax/saxdllapi.h> #include <sax/tools/converter.hxx> @@ -257,6 +259,7 @@ #include <tools/datetime.hxx> #include <tools/degree.hxx> #include <tools/diagnose_ex.h> +#include <tools/fract.hxx> #include <tools/gen.hxx> #include <tools/link.hxx> #include <tools/long.hxx> |