Skip to content

Commit 9e86ed8

Browse files
authored
Added missing include to hash_type (#258)
1 parent d4a7fcc commit 9e86ed8

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

include/libp2p/multi/hash_type.hpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@
66

77
#pragma once
88

9+
#include <cstdint>
10+
911
namespace libp2p::multi {
1012
/// TODO(Harrm) FIL-14: Hash types are a part of multicodec table, it would be
1113
/// good to move them there to avoid duplication and allow for extraction of

0 commit comments

Comments
 (0)