diff options
| author | Pieter Wuille <[email protected]> | 2012-12-20 15:53:42 -0800 |
|---|---|---|
| committer | Pieter Wuille <[email protected]> | 2012-12-20 15:53:42 -0800 |
| commit | 328680190a3c49a28a91af7001fd577b1876b2a1 (patch) | |
| tree | 31fa4ca99619503b79e454b5ab258bea3ab3b50a /src/addrman.cpp | |
| parent | Merge pull request #2112 from fanquake/typos (diff) | |
| parent | Split off hash.h from util.h (diff) | |
| download | discoin-328680190a3c49a28a91af7001fd577b1876b2a1.tar.xz discoin-328680190a3c49a28a91af7001fd577b1876b2a1.zip | |
Merge pull request #2113 from sipa/hashh
Split off hash.h from util.h
Diffstat (limited to 'src/addrman.cpp')
| -rw-r--r-- | src/addrman.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/addrman.cpp b/src/addrman.cpp index 4428cd169..780edde90 100644 --- a/src/addrman.cpp +++ b/src/addrman.cpp @@ -3,6 +3,7 @@ // file COPYING or http://www.opensource.org/licenses/mit-license.php. #include "addrman.h" +#include "hash.h" using namespace std; |