We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d4a7fcc commit 9e86ed8Copy full SHA for 9e86ed8
1 file changed
include/libp2p/multi/hash_type.hpp
@@ -6,6 +6,8 @@
6
7
#pragma once
8
9
+#include <cstdint>
10
+
11
namespace libp2p::multi {
12
/// TODO(Harrm) FIL-14: Hash types are a part of multicodec table, it would be
13
/// good to move them there to avoid duplication and allow for extraction of
0 commit comments