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.stahl@allotropia.de>
This commit is contained in:
Michael Stahl 2024-08-15 18:29:54 +02:00
parent 32cad89592
commit 241111f35d
2 changed files with 12 additions and 0 deletions

View file

@ -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:

10
external/libpagemaker/includes.patch.1 vendored Normal file
View file

@ -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"