diff options
| author | Wladimir J. van der Laan <[email protected]> | 2014-11-04 08:58:43 +0100 |
|---|---|---|
| committer | Wladimir J. van der Laan <[email protected]> | 2014-11-04 09:26:45 +0100 |
| commit | 73b82a30892224b17aa1b9db9b6de4eeeb903b7f (patch) | |
| tree | 0416c14ba1e546a85abc8ab71320bd3f6e5a62c7 /src/bloom.cpp | |
| parent | Merge pull request #3727 (diff) | |
| parent | boost: moveonly: split CPubKey and friends to new files (diff) | |
| download | discoin-73b82a30892224b17aa1b9db9b6de4eeeb903b7f.tar.xz discoin-73b82a30892224b17aa1b9db9b6de4eeeb903b7f.zip | |
Merge pull request #5162
d2e74c5 boost: moveonly: split CPubKey and friends to new files (Cory Fields)
78c228c boost: moveonly: move BIP32Hash to hash.h (Cory Fields)
900078a boost: moveonly: create eccryptoverify.h|cpp and move helper functions there (Cory Fields)
Diffstat (limited to 'src/bloom.cpp')
| -rw-r--r-- | src/bloom.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/bloom.cpp b/src/bloom.cpp index c1e7aeb3b..df8cedaf6 100644 --- a/src/bloom.cpp +++ b/src/bloom.cpp @@ -5,6 +5,7 @@ #include "bloom.h" #include "core/transaction.h" +#include "hash.h" #include "script/script.h" #include "script/standard.h" #include "streams.h" |