Skip to content

Commit b37f2d1

Browse files
author
narodnik
committed
missing include for size_t on linux
1 parent da51bad commit b37f2d1

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)