diff options
| author | Pieter Wuille <[email protected]> | 2012-12-18 20:56:21 +0100 |
|---|---|---|
| committer | Pieter Wuille <[email protected]> | 2012-12-18 21:39:29 +0100 |
| commit | 0fb9073edd49a39a64d7c7dbf6e6100a7259c0e1 (patch) | |
| tree | 31fa4ca99619503b79e454b5ab258bea3ab3b50a /src/addrman.cpp | |
| parent | Merge pull request #2112 from fanquake/typos (diff) | |
| download | discoin-0fb9073edd49a39a64d7c7dbf6e6100a7259c0e1.tar.xz discoin-0fb9073edd49a39a64d7c7dbf6e6100a7259c0e1.zip | |
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; |