external/zxing/UnpackedTarball_zxing.mk | 1 + external/zxing/include.patch.0 | 10 ++++++++++ 2 files changed, 11 insertions(+)
New commits: commit e7cbcdf86e2d49f246064e9d10229104451b1274 Author: Stephan Bergmann <stephan.bergm...@allotropia.de> AuthorDate: Tue Nov 5 12:16:19 2024 +0100 Commit: Stephan Bergmann <stephan.bergm...@allotropia.de> CommitDate: Wed Nov 6 08:23:21 2024 +0100 external/zxing: Missing include (for std::nullptr_t) Change-Id: I731eb3039f9f43ac05d3b60d5387ff44c5986a71 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/176049 Tested-by: Jenkins Reviewed-by: Stephan Bergmann <stephan.bergm...@allotropia.de> diff --git a/external/zxing/UnpackedTarball_zxing.mk b/external/zxing/UnpackedTarball_zxing.mk index 08a7943818be..dfc899496d24 100644 --- a/external/zxing/UnpackedTarball_zxing.mk +++ b/external/zxing/UnpackedTarball_zxing.mk @@ -15,6 +15,7 @@ $(eval $(call gb_UnpackedTarball_set_patchlevel,zxing,1)) $(eval $(call gb_UnpackedTarball_add_patches,zxing, \ external/zxing/0001-add-ZXVersion-h.patch \ + external/zxing/include.patch.0 \ )) # vim: set noet sw=4 ts=4: diff --git a/external/zxing/include.patch.0 b/external/zxing/include.patch.0 new file mode 100644 index 000000000000..77dad56b66a5 --- /dev/null +++ b/external/zxing/include.patch.0 @@ -0,0 +1,10 @@ +--- core/src/ZXNullable.h ++++ core/src/ZXNullable.h +@@ -5,6 +5,7 @@ + + #pragma once + ++#include <cstddef> + #include <stdexcept> + #include <utility> +