From 0fb9073edd49a39a64d7c7dbf6e6100a7259c0e1 Mon Sep 17 00:00:00 2001 From: Pieter Wuille Date: Tue, 18 Dec 2012 20:56:21 +0100 Subject: Split off hash.h from util.h --- src/addrman.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/addrman.cpp') 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; -- cgit v1.2.3