Fix build
In some environments, this fails to build without this header.
This commit is contained in:
parent
f667fda2e4
commit
2a37d8a0a1
1 changed files with 2 additions and 0 deletions
|
|
@ -47,6 +47,8 @@
|
|||
#include <graphene/chain/witness_schedule_object.hpp>
|
||||
#include <graphene/chain/worker_object.hpp>
|
||||
|
||||
#include <numeric>
|
||||
|
||||
namespace graphene { namespace chain {
|
||||
|
||||
template<class Index>
|
||||
|
|
|
|||
Loading…
Reference in a new issue