libmspub: fix build w/ gcc10
This commit is contained in:
parent
20f99ca5ae
commit
776e889819
1 changed files with 10 additions and 0 deletions
10
srcpkgs/libmspub/patches/fix-MSPUBMetaData_cstdint.patch
Normal file
10
srcpkgs/libmspub/patches/fix-MSPUBMetaData_cstdint.patch
Normal file
|
@ -0,0 +1,10 @@
|
|||
--- src/lib/MSPUBMetaData.h 2018-02-28 12:54:49.000000000 +0100
|
||||
+++ src/lib/MSPUBMetaData.h 2020-09-09 00:57:50.806188126 +0200
|
||||
@@ -10,6 +10,7 @@
|
||||
#ifndef INCLUDED_MSPUBMETADATA_H
|
||||
#define INCLUDED_MSPUBMETADATA_H
|
||||
|
||||
+#include <cstdint>
|
||||
#include <map>
|
||||
#include <utility>
|
||||
#include <vector>
|
Loading…
Reference in a new issue