office-gobmx/external/zxing/include.patch.0
Stephan Bergmann e7cbcdf86e 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.bergmann@allotropia.de>
2024-11-06 08:23:21 +01:00

10 lines
150 B
Text

--- core/src/ZXNullable.h
+++ core/src/ZXNullable.h
@@ -5,6 +5,7 @@
#pragma once
+#include <cstddef>
#include <stdexcept>
#include <utility>