external/libmspub: missing include
Change-Id: I446b26b3c0ffd0d62178f374b570c9fbd1885dd4 Reviewed-on: https://gerrit.libreoffice.org/73813 Tested-by: Jenkins Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
This commit is contained in:
parent
7b5890e2b0
commit
d0e38b8f1e
2 changed files with 11 additions and 0 deletions
|
@ -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))
|
||||
|
|
10
external/libmspub/stdint.patch
vendored
Normal file
10
external/libmspub/stdint.patch
vendored
Normal file
|
@ -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>
|
||||
|
Loading…
Reference in a new issue