aboutsummaryrefslogtreecommitdiff
path: root/src/addrman.cpp
diff options
context:
space:
mode:
authorPieter Wuille <[email protected]>2012-12-20 15:53:42 -0800
committerPieter Wuille <[email protected]>2012-12-20 15:53:42 -0800
commit328680190a3c49a28a91af7001fd577b1876b2a1 (patch)
tree31fa4ca99619503b79e454b5ab258bea3ab3b50a /src/addrman.cpp
parentMerge pull request #2112 from fanquake/typos (diff)
parentSplit off hash.h from util.h (diff)
downloaddiscoin-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.cpp1
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;