diff options
author | Caolán McNamara <caolanm@redhat.com> | 2021-04-11 19:50:34 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2021-04-12 09:47:35 +0200 |
commit | 3077f05a2198bdebd361325ed065a9d69a0491f6 (patch) | |
tree | 1c42e45fa91683d0a9ebc47017ebcfd27ca46497 /cppcanvas | |
parent | 49481b842ccc35ef2000df0ee659ff17ab39edb9 (diff) |
update PCHs
Change-Id: Id3728ac0011d3deed7e56081e3a854c7fa5336f3
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/113959
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'cppcanvas')
-rw-r--r-- | cppcanvas/inc/pch/precompiled_cppcanvas.hxx | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/cppcanvas/inc/pch/precompiled_cppcanvas.hxx b/cppcanvas/inc/pch/precompiled_cppcanvas.hxx index aebb5678cec0..44c0bb3db4c4 100644 --- a/cppcanvas/inc/pch/precompiled_cppcanvas.hxx +++ b/cppcanvas/inc/pch/precompiled_cppcanvas.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-04-08 13:55:40 using: + Generated on 2021-04-11 19:47:47 using: ./bin/update_pch cppcanvas cppcanvas --cutoff=11 --exclude:system --include:module --include:local If after updating build fails, use the following command to locate conflicting headers: @@ -29,7 +29,6 @@ #include <cstdlib> #include <float.h> #include <functional> -#include <initializer_list> #include <iomanip> #include <limits.h> #include <limits> @@ -64,6 +63,7 @@ #include <rtl/stringutils.hxx> #include <rtl/textcvt.h> #include <rtl/textenc.h> +#include <rtl/ustrbuf.h> #include <rtl/ustring.h> #include <rtl/ustring.hxx> #include <sal/log.hxx> @@ -134,6 +134,7 @@ #include <uno/sequence2.h> #endif // PCH_LEVEL >= 3 #if PCH_LEVEL >= 4 +#include <cppcanvas/canvas.hxx> #endif // PCH_LEVEL >= 4 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |