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 /external/libmwaw | |
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 'external/libmwaw')
-rw-r--r-- | external/libmwaw/inc/pch/precompiled_mwaw.hxx | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/external/libmwaw/inc/pch/precompiled_mwaw.hxx b/external/libmwaw/inc/pch/precompiled_mwaw.hxx index 02f73c16688b..939d664dd904 100644 --- a/external/libmwaw/inc/pch/precompiled_mwaw.hxx +++ b/external/libmwaw/inc/pch/precompiled_mwaw.hxx @@ -13,15 +13,16 @@ 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 2019-05-18 14:37:42 using: + Generated on 2020-04-25 20:55:00 using: ./bin/update_pch external/libmwaw mwaw --cutoff=1 --exclude:system --include:module --include:local If after updating build fails, use the following command to locate conflicting headers: - ./bin/update_pch_bisect .\external/libmwaw\inc\pch\precompiled_mwaw.hxx "make external/libmwaw.build" --find-conflicts + ./bin/update_pch_bisect ./external/libmwaw/inc/pch/precompiled_mwaw.hxx "make external/libmwaw.build" --find-conflicts */ #if PCH_LEVEL >= 1 #include <algorithm> +#include <cctype> #include <cmath> #include <cstdarg> #include <cstdio> |