diff options
| author | Wladimir J. van der Laan <[email protected]> | 2014-12-05 16:50:11 +0100 |
|---|---|---|
| committer | Wladimir J. van der Laan <[email protected]> | 2014-12-05 16:50:48 +0100 |
| commit | b5fa132329f0377d787a4a21c1686609c2bfaece (patch) | |
| tree | 658ad8553bef39906e91693e0ac9e90b32cbb6ae /src/test/bloom_tests.cpp | |
| parent | Normalize header guard of script_error.h (diff) | |
| parent | Move CMerkleBlock and CPartialMerkleTree to their own file (diff) | |
| download | discoin-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/bloom_tests.cpp')
| -rw-r--r-- | src/test/bloom_tests.cpp | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/test/bloom_tests.cpp b/src/test/bloom_tests.cpp index 783e284af..2de226fdd 100644 --- a/src/test/bloom_tests.cpp +++ b/src/test/bloom_tests.cpp @@ -7,10 +7,12 @@ #include "base58.h" #include "clientversion.h" #include "key.h" -#include "main.h" +#include "merkleblock.h" #include "serialize.h" +#include "streams.h" #include "uint256.h" #include "util.h" +#include "utilstrencodings.h" #include <vector> |