merge bitcoin#13530: Add missing pow.h header

This commit is contained in:
Kittywhiskers Van Gogh 2018-06-24 19:24:01 +02:00
parent ea3dc3b679
commit 8b8a3b8681

View File

@ -11,6 +11,7 @@
#include <crypto/sha256.h>
#include <miner.h>
#include <policy/policy.h>
#include <pow.h>
#include <scheduler.h>
#include <script/standard.h>
#include <txdb.h>