Apply IWYU on epoch.cpp for <algorithm> and numbers.hpp for <array> (#4044)

This commit is contained in:
clemahieu 2023-01-13 11:22:39 +00:00 committed by GitHub
commit 9ca7389a7e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 0 deletions

View file

@ -1,6 +1,8 @@
#include <nano/lib/epoch.hpp>
#include <nano/lib/utility.hpp>
#include <algorithm>
nano::link const & nano::epochs::link (nano::epoch epoch_a) const
{
return epochs_m.at (epoch_a).link;

View file

@ -3,6 +3,8 @@
#include <boost/functional/hash.hpp>
#include <boost/multiprecision/cpp_int.hpp>
#include <array>
namespace nano
{
using uint128_t = boost::multiprecision::uint128_t;