libbitcoin-system: fix build with gcc 12
This commit is contained in:
parent
bde0c8e9e0
commit
9961fc146f
|
@ -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…
Reference in New Issue