diff options
author | Caolán McNamara <caolanm@redhat.com> | 2020-06-26 20:22:42 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2020-06-26 22:10:36 +0200 |
commit | e54ff4c1c9ba7f09198843272eb6be2de6a54190 (patch) | |
tree | aa388755b33c4990e333605fb38ac2a227461cad /sfx2 | |
parent | 17c2bd87e93fadb502e5f7e25696e1736e625d18 (diff) |
update some pches
Change-Id: I54b734062d94a59c2651827c02349d9562ac6cf9
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/97262
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'sfx2')
-rw-r--r-- | sfx2/inc/pch/precompiled_sfx.hxx | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sfx2/inc/pch/precompiled_sfx.hxx b/sfx2/inc/pch/precompiled_sfx.hxx index d713ff85f6d2..7ec6d5c85f99 100644 --- a/sfx2/inc/pch/precompiled_sfx.hxx +++ b/sfx2/inc/pch/precompiled_sfx.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-05-21 16:43:16 using: + Generated on 2020-06-26 20:19:27 using: ./bin/update_pch sfx2 sfx --cutoff=3 --exclude:system --exclude:module --exclude:local If after updating build fails, use the following command to locate conflicting headers: @@ -357,6 +357,7 @@ #include <tools/fract.hxx> #include <tools/gen.hxx> #include <tools/globname.hxx> +#include <tools/json_writer.hxx> #include <tools/link.hxx> #include <tools/poly.hxx> #include <tools/ref.hxx> |