fix compile error that came with include reorg

This commit is contained in:
Brannon King 2019-12-11 16:33:38 -07:00 committed by Anthony Fieroni
parent 9eed417892
commit d88d6b3280

View file

@ -121,6 +121,8 @@ struct update_for_parent_inclusion
CTxMemPool::txiter iter;
};
extern CTxMemPool mempool;
/** Generate a new block, without valid proof-of-work */
class BlockAssembler
{