aboutsummaryrefslogtreecommitdiff
path: root/src/test/pmt_tests.cpp
diff options
context:
space:
mode:
authorWladimir J. van der Laan <[email protected]>2014-12-05 16:50:11 +0100
committerWladimir J. van der Laan <[email protected]>2014-12-05 16:50:48 +0100
commitb5fa132329f0377d787a4a21c1686609c2bfaece (patch)
tree658ad8553bef39906e91693e0ac9e90b32cbb6ae /src/test/pmt_tests.cpp
parentNormalize header guard of script_error.h (diff)
parentMove CMerkleBlock and CPartialMerkleTree to their own file (diff)
downloaddiscoin-b5fa132329f0377d787a4a21c1686609c2bfaece.tar.xz
discoin-b5fa132329f0377d787a4a21c1686609c2bfaece.zip
Merge pull request #5181
afd4b94 Move CMerkleBlock and CPartialMerkleTree to their own file (Matt Corallo)
Diffstat (limited to 'src/test/pmt_tests.cpp')
-rw-r--r--src/test/pmt_tests.cpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/test/pmt_tests.cpp b/src/test/pmt_tests.cpp
index 9dce4daac..3b535a84f 100644
--- a/src/test/pmt_tests.cpp
+++ b/src/test/pmt_tests.cpp
@@ -2,9 +2,11 @@
// Distributed under the MIT/X11 software license, see the accompanying
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
-#include "main.h"
+#include "merkleblock.h"
#include "serialize.h"
+#include "streams.h"
#include "uint256.h"
+#include "version.h"
#include <vector>