Add key_io includes to Zcash-specific code

This commit is contained in:
Jack Grigg
2018-04-25 12:58:22 +01:00
parent 3d31e09cbb
commit 93bd00a0d5
12 changed files with 12 additions and 11 deletions

View File

@@ -3,6 +3,8 @@
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
#include "paymentdisclosure.h"
#include "key_io.h"
#include "util.h"
std::string PaymentDisclosureInfo::ToString() const {