external/libpagemaker/UnpackedTarball_libpagemaker.mk |    2 ++
 external/libpagemaker/includes.patch.1                |   10 ++++++++++
 2 files changed, 12 insertions(+)

New commits:
commit 241111f35d7ee570b64c112caaf819f0adf17048
Author:     Michael Stahl <michael.st...@allotropia.de>
AuthorDate: Thu Aug 15 18:29:54 2024 +0200
Commit:     Michael Stahl <michael.st...@allotropia.de>
CommitDate: Fri Aug 16 10:30:20 2024 +0200

    libpagemaker: add missing include
    
    Change-Id: I785a94c0e6afad93d5934b3e5546a8a7631cc62c
    (cherry picked from commit 0786a5995c3c9903ea222243a7d5c4c2a1547fc8)
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/171917
    Tested-by: Jenkins
    Reviewed-by: Michael Stahl <michael.st...@allotropia.de>

diff --git a/external/libpagemaker/UnpackedTarball_libpagemaker.mk 
b/external/libpagemaker/UnpackedTarball_libpagemaker.mk
index 752d5c0ebe21..3f148e9688b0 100644
--- a/external/libpagemaker/UnpackedTarball_libpagemaker.mk
+++ b/external/libpagemaker/UnpackedTarball_libpagemaker.mk
@@ -13,4 +13,6 @@ $(eval $(call 
gb_UnpackedTarball_set_tarball,libpagemaker,$(PAGEMAKER_TARBALL)))
 
 $(eval $(call gb_UnpackedTarball_update_autoconf_configs,libpagemaker))
 
+$(eval $(call 
gb_UnpackedTarball_add_patch,libpagemaker,external/libpagemaker/includes.patch.1))
+
 # vim: set noet sw=4 ts=4:
diff --git a/external/libpagemaker/includes.patch.1 
b/external/libpagemaker/includes.patch.1
new file mode 100644
index 000000000000..badbf9aa516a
--- /dev/null
+++ b/external/libpagemaker/includes.patch.1
@@ -0,0 +1,10 @@
+--- libpagemaker/src/lib/PMDTypes.h.orig       2024-08-15 18:11:59.101917556 
+0200
++++ libpagemaker/src/lib/PMDTypes.h    2024-08-15 18:12:01.156931972 +0200
+@@ -10,6 +10,7 @@
+ #ifndef __PMDTYPES_H__
+ #define __PMDTYPES_H__
+ 
++#include <stdint.h>
+ #include <boost/optional.hpp>
+ 
+ #include "Units.h"

Reply via email to