diff options
author | Caolán McNamara <caolanm@redhat.com> | 2020-09-21 15:28:01 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2020-09-21 20:10:38 +0200 |
commit | 72fd000cc62534d9003d288f676cda3af15da347 (patch) | |
tree | 41d799e06019b62e89f8b92b04abb802cc92566b /sc | |
parent | af90b8089405d6f042207f5639e750f08798ae92 (diff) |
update pches
Change-Id: I41a204fbc5e2c9b819fb948c5288f8d7b4195489
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/103117
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'sc')
-rw-r--r-- | sc/inc/pch/precompiled_scui.hxx | 4 | ||||
-rw-r--r-- | sc/inc/pch/precompiled_vbaobj.hxx | 3 |
2 files changed, 5 insertions, 2 deletions
diff --git a/sc/inc/pch/precompiled_scui.hxx b/sc/inc/pch/precompiled_scui.hxx index 5dd7025c74d1..1fcf861f52c4 100644 --- a/sc/inc/pch/precompiled_scui.hxx +++ b/sc/inc/pch/precompiled_scui.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-01-22 15:36:52 using: + Generated on 2020-09-21 15:23:13 using: ./bin/update_pch sc scui --cutoff=1 --exclude:system --exclude:module --include:local If after updating build fails, use the following command to locate conflicting headers: @@ -98,6 +98,8 @@ #include <tools/color.hxx> #include <tools/fldunit.hxx> #include <tools/lineend.hxx> +#include <unicode/uclean.h> +#include <unicode/ucsdet.h> #include <unotools/collatorwrapper.hxx> #include <unotools/localedatawrapper.hxx> #include <unotools/transliterationwrapper.hxx> diff --git a/sc/inc/pch/precompiled_vbaobj.hxx b/sc/inc/pch/precompiled_vbaobj.hxx index 15e228953ac7..94475cefec42 100644 --- a/sc/inc/pch/precompiled_vbaobj.hxx +++ b/sc/inc/pch/precompiled_vbaobj.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-08-12 11:05:37 using: + Generated on 2020-09-21 15:23:18 using: ./bin/update_pch sc vbaobj --cutoff=1 --exclude:system --exclude:module --include:local If after updating build fails, use the following command to locate conflicting headers: @@ -24,6 +24,7 @@ #include <algorithm> #include <map> #include <memory> +#include <string_view> #include <unordered_map> #include <vector> #endif // PCH_LEVEL >= 1 |