From 09cd7f3aed96b895d3d226972c87cab6736b1930 Mon Sep 17 00:00:00 2001 From: jl777 Date: Fri, 11 Nov 2016 09:30:38 -0300 Subject: [PATCH] test --- src/primitives/transaction.h | 1 + src/wallet/asyncrpcoperation_sendmany.cpp | 2 ++ 2 files changed, 3 insertions(+) diff --git a/src/primitives/transaction.h b/src/primitives/transaction.h index 65e7a5896..035f9af9e 100644 --- a/src/primitives/transaction.h +++ b/src/primitives/transaction.h @@ -12,6 +12,7 @@ #include "serialize.h" #include "uint256.h" #include "consensus/consensus.h" +#include #include diff --git a/src/wallet/asyncrpcoperation_sendmany.cpp b/src/wallet/asyncrpcoperation_sendmany.cpp index a203c4a21..df12ef6a8 100644 --- a/src/wallet/asyncrpcoperation_sendmany.cpp +++ b/src/wallet/asyncrpcoperation_sendmany.cpp @@ -22,6 +22,8 @@ #include "zcash/IncrementalMerkleTree.hpp" #include "sodium.h" +#include + #include #include #include