office-gobmx/external/libpagemaker/includes.patch.1
Michael Stahl 241111f35d 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>
2024-08-16 10:30:20 +02:00

10 lines
291 B
Groff

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