Skip to content

Commit 7a20ad2

Browse files
authored
Merge pull request #1239 from narodnik/version3
missing include for size_t on linux
2 parents da51bad + b37f2d1 commit 7a20ad2

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

include/bitcoin/system/wallet/dictionary.hpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
#include <functional>
2424
#include <vector>
2525
#include <bitcoin/system/compat.hpp>
26+
#include <cstddef>
2627

2728
namespace libbitcoin {
2829
namespace wallet {

0 commit comments

Comments
 (0)