diff options
author | Caolán McNamara <caolanm@redhat.com> | 2020-04-25 20:58:01 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2020-04-26 15:34:06 +0200 |
commit | 9f07fb6d15de5682cc2e09f0261ba59341ceb8ef (patch) | |
tree | c34298b71264c41c6679a08eb3c780b8430e58a5 /sc | |
parent | 61391c43f5808aadfa5fafb25a1bd7c2ae541b70 (diff) |
update pches
Change-Id: I83a61da7dda6c72552eecd377f1c3744c92a797e
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/92909
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'sc')
-rw-r--r-- | sc/inc/pch/precompiled_sc.hxx | 4 | ||||
-rw-r--r-- | sc/inc/pch/precompiled_scfilt.hxx | 3 |
2 files changed, 5 insertions, 2 deletions
diff --git a/sc/inc/pch/precompiled_sc.hxx b/sc/inc/pch/precompiled_sc.hxx index 757d3ded68b3..2124e635f7bf 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-04-21 11:16:42 using: + Generated on 2020-04-25 20:55:19 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: @@ -24,6 +24,7 @@ #include <algorithm> #include <atomic> #include <cassert> +#include <cmath> #include <cstddef> #include <cstring> #include <deque> @@ -82,6 +83,7 @@ #include <rtl/digest.h> #include <rtl/instance.hxx> #include <rtl/locale.h> +#include <rtl/math.h> #include <rtl/math.hxx> #include <rtl/ref.hxx> #include <rtl/strbuf.hxx> diff --git a/sc/inc/pch/precompiled_scfilt.hxx b/sc/inc/pch/precompiled_scfilt.hxx index aaa986c9a8e5..d685f5abcd57 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-02-26 17:28:59 using: + Generated on 2020-04-25 20:55:23 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: @@ -209,6 +209,7 @@ #include <oox/token/properties.hxx> #include <oox/token/relationship.hxx> #include <oox/token/tokens.hxx> +#include <salhelper/simplereferenceobject.hxx> #include <sax/fshelper.hxx> #include <sax/saxdllapi.h> #include <sax/tools/converter.hxx> |