Fix build

In some environments, this fails to build without this header.
This commit is contained in:
Nathaniel Hourt 2022-01-27 15:29:23 -06:00 committed by GitHub
parent f667fda2e4
commit 2a37d8a0a1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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>