aboutsummaryrefslogtreecommitdiff
path: root/src/addrman.cpp
diff options
context:
space:
mode:
authorPieter Wuille <pieter.wuille@gmail.com>2012-12-18 20:56:21 +0100
committerPieter Wuille <pieterw@google.com>2012-12-18 21:39:29 +0100
commit0fb9073edd49a39a64d7c7dbf6e6100a7259c0e1 (patch)
tree31fa4ca99619503b79e454b5ab258bea3ab3b50a /src/addrman.cpp
parent6940626d08e313c5e1cd99c63aeca9da45d5b7a4 (diff)
downloadbitcoin-0fb9073edd49a39a64d7c7dbf6e6100a7259c0e1.tar.xz
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 4428cd169a..780edde90f 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;