diff options
author | Miklos Vajna <vmiklos@collabora.com> | 2023-03-10 17:21:42 +0100 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.com> | 2023-03-13 07:13:41 +0000 |
commit | 47afcad0d599009c38b4597c27558ec2af58b7f8 (patch) | |
tree | b3caebedf4b552df3106e9cb7124a30bcf1779f8 /external | |
parent | 30784e55e484de2790c4b264a50a65acf450c000 (diff) |
Update pdfium to 5636
Some changes in the bundled libtiff, but it seems that would be for XFA
which we disable, so it doesn't affect us.
Change-Id: Ibadeecf20daec342fbfef6d1e89bd17f5f0095e9
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/148652
Tested-by: Jenkins
Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Diffstat (limited to 'external')
-rw-r--r-- | external/pdfium/inc/pch/precompiled_pdfium.hxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/external/pdfium/inc/pch/precompiled_pdfium.hxx b/external/pdfium/inc/pch/precompiled_pdfium.hxx index 315b5d81ec12..6258e8036360 100644 --- a/external/pdfium/inc/pch/precompiled_pdfium.hxx +++ b/external/pdfium/inc/pch/precompiled_pdfium.hxx @@ -310,6 +310,8 @@ #include <core/fxcrt/fileaccess_iface.h> #include <core/fxcrt/fixed_try_alloc_zeroed_data_vector.h> #include <core/fxcrt/fixed_uninit_data_vector.h> +#include <core/fxcrt/fixed_zeroed_data_vector.h> +#include <core/fxcrt/fx_2d_size.h> #include <core/fxcrt/fx_bidi.h> #include <core/fxcrt/fx_codepage.h> #include <core/fxcrt/fx_coordinates.h> |