mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-16 06:07:00 +02:00
libbitcoin-system: fix build with gcc 12
This commit is contained in:
parent
bde0c8e9e0
commit
9961fc146f
1 changed files with 10 additions and 0 deletions
10
srcpkgs/libbitcoin-system/patches/gcc12.patch
Normal file
10
srcpkgs/libbitcoin-system/patches/gcc12.patch
Normal file
|
@ -0,0 +1,10 @@
|
|||
--- a/include/bitcoin/bitcoin/wallet/dictionary.hpp
|
||||
+++ b/include/bitcoin/bitcoin/wallet/dictionary.hpp
|
||||
@@ -22,6 +22,7 @@
|
||||
#include <array>
|
||||
#include <vector>
|
||||
#include <bitcoin/bitcoin/compat.hpp>
|
||||
+#include <cstddef>
|
||||
|
||||
namespace libbitcoin {
|
||||
namespace wallet {
|
Loading…
Add table
Reference in a new issue