libbitcoin-system: fix build with gcc 12

This commit is contained in:
Michal Vasilek 2022-11-18 13:52:20 +01:00
parent bde0c8e9e0
commit 9961fc146f
1 changed files with 10 additions and 0 deletions

View 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 {