diff options
author | Miklos Vajna <vmiklos@collabora.com> | 2024-06-14 08:23:58 +0200 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.com> | 2024-06-14 13:58:40 +0200 |
commit | 99500569187101cd47b2a491ca8d8878eb034b2e (patch) | |
tree | 43a347e6698b227bafc51004b3e51eba9e22164a /external/pdfium/inc | |
parent | 69d873e1c46f3cc8c524e18ac5a307a8d32ddd0f (diff) |
Update pdfium to 6536
Drop part of build.patch.1, which is no longer needed.
Change-Id: Ie68364d473d344904fd55ced2cd0915534fa816c
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/168838
Tested-by: Jenkins
Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Diffstat (limited to 'external/pdfium/inc')
-rw-r--r-- | external/pdfium/inc/pch/precompiled_pdfium.hxx | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/external/pdfium/inc/pch/precompiled_pdfium.hxx b/external/pdfium/inc/pch/precompiled_pdfium.hxx index f3e3330c65f4..5b94cea8372d 100644 --- a/external/pdfium/inc/pch/precompiled_pdfium.hxx +++ b/external/pdfium/inc/pch/precompiled_pdfium.hxx @@ -82,6 +82,8 @@ #include <constants/stream_dict_common.h> #include <constants/transparency.h> #include <core/fdrm/fx_crypt.h> +#include <core/fdrm/fx_crypt_aes.h> +#include <core/fdrm/fx_crypt_sha.h> #include <core/fpdfapi/cmaps/CNS1/cmaps_cns1.h> #include <core/fpdfapi/cmaps/GB1/cmaps_gb1.h> #include <core/fpdfapi/cmaps/Japan1/cmaps_japan1.h> @@ -244,6 +246,7 @@ #include <core/fpdftext/unicodenormalizationdata.h> #include <core/fxcodec/basic/basicmodule.h> #include <core/fxcodec/cfx_codec_memory.h> +#include <core/fxcodec/data_and_bytes_consumed.h> #include <core/fxcodec/fax/faxmodule.h> #include <core/fxcodec/flate/flatemodule.h> #include <core/fxcodec/fx_codec.h> |