diff options
author | Caolán McNamara <caolanm@redhat.com> | 2021-04-06 09:22:38 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2021-04-06 17:57:09 +0200 |
commit | e90a9b6782b708b1add6ec912ef9c0e8d2b7c421 (patch) | |
tree | ceff35a83a84aba39897d903f472f475442fa8a9 /connectivity | |
parent | 08f01ab647f422aba253a35ccbe665c58d68c5a9 (diff) |
update pches
Change-Id: I835c8fcc237ece5cf9d7a3b261645139d022e9b4
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/113652
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'connectivity')
-rw-r--r-- | connectivity/inc/pch/precompiled_ado.hxx | 2 | ||||
-rw-r--r-- | connectivity/inc/pch/precompiled_file.hxx | 3 | ||||
-rw-r--r-- | connectivity/inc/pch/precompiled_flat.hxx | 3 |
3 files changed, 5 insertions, 3 deletions
diff --git a/connectivity/inc/pch/precompiled_ado.hxx b/connectivity/inc/pch/precompiled_ado.hxx index 4c4b33854cd2..1e89a6d701ec 100644 --- a/connectivity/inc/pch/precompiled_ado.hxx +++ b/connectivity/inc/pch/precompiled_ado.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-03-20 15:54:58 using: + Generated on 2021-04-06 11:49:57 using: ./bin/update_pch connectivity ado --cutoff=2 --exclude:system --exclude:module --exclude:local If after updating build fails, use the following command to locate conflicting headers: diff --git a/connectivity/inc/pch/precompiled_file.hxx b/connectivity/inc/pch/precompiled_file.hxx index 26a4671a3aef..3a23100c714d 100644 --- a/connectivity/inc/pch/precompiled_file.hxx +++ b/connectivity/inc/pch/precompiled_file.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-03-08 13:12:24 using: + Generated on 2021-04-06 09:16:04 using: ./bin/update_pch connectivity file --cutoff=2 --exclude:system --include:module --exclude:local If after updating build fails, use the following command to locate conflicting headers: @@ -37,6 +37,7 @@ #include <new> #include <optional> #include <ostream> +#include <safeint.h> #include <set> #include <stddef.h> #include <string.h> diff --git a/connectivity/inc/pch/precompiled_flat.hxx b/connectivity/inc/pch/precompiled_flat.hxx index 0785d0bb8297..8fa84a2d37bb 100644 --- a/connectivity/inc/pch/precompiled_flat.hxx +++ b/connectivity/inc/pch/precompiled_flat.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-03-08 13:12:38 using: + Generated on 2021-04-06 09:16:06 using: ./bin/update_pch connectivity flat --cutoff=2 --exclude:system --include:module --include:local If after updating build fails, use the following command to locate conflicting headers: @@ -36,6 +36,7 @@ #include <memory> #include <new> #include <ostream> +#include <safeint.h> #include <stddef.h> #include <string.h> #include <string> |