Skip to content

Commit

Permalink
Added missing include to hash_type (#258)
Browse files Browse the repository at this point in the history
  • Loading branch information
EduMenges committed Jul 30, 2024
1 parent d4a7fcc commit 9e86ed8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions include/libp2p/multi/hash_type.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@

#pragma once

#include <cstdint>

namespace libp2p::multi {
/// TODO(Harrm) FIL-14: Hash types are a part of multicodec table, it would be
/// good to move them there to avoid duplication and allow for extraction of
Expand Down

0 comments on commit 9e86ed8

Please sign in to comment.