Skip to content

Commit

Permalink
fixed missing include cstdint in string.hpp for uint64_t
Browse files Browse the repository at this point in the history
  • Loading branch information
nullcoset committed Dec 22, 2024
1 parent 44f578f commit f04af5d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions include/fc/string.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
#include <fc/optional.hpp>
#include <string>

#include <cstdint> // for uint64_t etc

namespace fc
{
using std::string;
Expand Down

0 comments on commit f04af5d

Please sign in to comment.