Apply IWYU on epoch.cpp for <algorithm> and numbers.hpp for <array> (#4044)
This commit is contained in:
parent
d8fa4b7beb
commit
9ca7389a7e
2 changed files with 4 additions and 0 deletions
|
@ -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;
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue