summaryrefslogtreecommitdiffstats
path: root/external
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2019-06-11 11:56:33 +0200
committerThorsten Behrens <thorsten.behrens@allotropia.de>2021-04-09 23:22:01 +0200
commit53df6a49491be262a7d5ace0efb4da36ff9d8fd7 (patch)
tree5dbc8664a108e85e180b0906620a13b114712dde /external
parentAdapt o3tl::span to P1872R0 (diff)
downloadcore-53df6a49491be262a7d5ace0efb4da36ff9d8fd7.tar.gz
core-53df6a49491be262a7d5ace0efb4da36ff9d8fd7.zip
external/libmspub: missing include
Change-Id: I446b26b3c0ffd0d62178f374b570c9fbd1885dd4 Reviewed-on: https://gerrit.libreoffice.org/73813 Tested-by: Jenkins Reviewed-by: Stephan Bergmann <sbergman@redhat.com> (cherry picked from commit d0e38b8f1efc6a0b2b519ce1f82a83c5766f5633)
Diffstat (limited to 'external')
-rw-r--r--external/libmspub/UnpackedTarball_libmspub.mk1
-rw-r--r--external/libmspub/stdint.patch10
2 files changed, 11 insertions, 0 deletions
diff --git a/external/libmspub/UnpackedTarball_libmspub.mk b/external/libmspub/UnpackedTarball_libmspub.mk
index f337d402d47f..1451f723e316 100644
--- a/external/libmspub/UnpackedTarball_libmspub.mk
+++ b/external/libmspub/UnpackedTarball_libmspub.mk
@@ -15,6 +15,7 @@ $(eval $(call gb_UnpackedTarball_set_patchlevel,libmspub,0))
$(eval $(call gb_UnpackedTarball_add_patches,libmspub,\
external/libmspub/ubsan.patch \
+ external/libmspub/stdint.patch \
))
$(eval $(call gb_UnpackedTarball_update_autoconf_configs,libmspub))
diff --git a/external/libmspub/stdint.patch b/external/libmspub/stdint.patch
new file mode 100644
index 000000000000..61f1dd122904
--- /dev/null
+++ b/external/libmspub/stdint.patch
@@ -0,0 +1,10 @@
+--- src/lib/MSPUBMetaData.h
++++ src/lib/MSPUBMetaData.h
+@@ -13,6 +13,7 @@
+ #include <map>
+ #include <utility>
+ #include <vector>
++#include <stdint.h>
+
+ #include <librevenge/librevenge.h>
+