Files
gentoo/app-text/libmspub/files/libmspub-0.1.4-gcc10.patch
Andreas Sturmlechner 31c94ada61 app-text/libmspub: Fix build with GCC 10, EAPI-7 bump
Thanks-to: cyrillic <cyrilmaley@hotmail.com>
Closes: https://bugs.gentoo.org/707762
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
2020-05-09 13:31:40 +02:00

28 lines
752 B
Diff

From 698bed839c9129fa7a90ca1b5a33bf777bc028d1 Mon Sep 17 00:00:00 2001
From: Stephan Bergmann <sbergman@redhat.com>
Date: Tue, 11 Jun 2019 12:15:28 +0200
Subject: missing include
Change-Id: I3c5c085f55223688cdc7b972f7c7981411881263
Reviewed-on: https://gerrit.libreoffice.org/73814
Reviewed-by: Michael Stahl <Michael.Stahl@cib.de>
Tested-by: Michael Stahl <Michael.Stahl@cib.de>
---
src/lib/MSPUBMetaData.h | 1 +
1 file changed, 1 insertion(+)
diff --git a/src/lib/MSPUBMetaData.h b/src/lib/MSPUBMetaData.h
index 9167f4f..27bdd4f 100644
--- a/src/lib/MSPUBMetaData.h
+++ b/src/lib/MSPUBMetaData.h
@@ -13,6 +13,7 @@
#include <map>
#include <utility>
#include <vector>
+#include <stdint.h>
#include <librevenge/librevenge.h>
--
cgit v1.2.1