diff options
| author | Cory Fields <[email protected]> | 2014-10-22 15:08:30 -0400 |
|---|---|---|
| committer | Cory Fields <[email protected]> | 2014-10-22 15:21:06 -0400 |
| commit | fa7361907a0a5d6698bb7e8e45fa5ac034b81066 (patch) | |
| tree | ab9b6037f55bde2a5f6b9a9bb695fc512d055543 /src/bloom.cpp | |
| parent | Merge pull request #4981 (diff) | |
| download | discoin-fa7361907a0a5d6698bb7e8e45fa5ac034b81066.tar.xz discoin-fa7361907a0a5d6698bb7e8e45fa5ac034b81066.zip | |
boost: split stream classes out of serialize.h
serialization now has no dependencies.
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 cef74a3a5..cac71fdbb 100644 --- a/src/bloom.cpp +++ b/src/bloom.cpp @@ -7,6 +7,7 @@ #include "core.h" #include "script/script.h" #include "script/standard.h" +#include "streams.h" #include <math.h> #include <stdlib.h> |