aboutsummaryrefslogtreecommitdiff
path: root/src/netbase.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/netbase.cpp
parent6940626d08e313c5e1cd99c63aeca9da45d5b7a4 (diff)
downloadbitcoin-0fb9073edd49a39a64d7c7dbf6e6100a7259c0e1.tar.xz
Split off hash.h from util.h
Diffstat (limited to 'src/netbase.cpp')
-rw-r--r--src/netbase.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/netbase.cpp b/src/netbase.cpp
index 9e7307204a..4f31ce9cf3 100644
--- a/src/netbase.cpp
+++ b/src/netbase.cpp
@@ -6,6 +6,7 @@
#include "netbase.h"
#include "util.h"
#include "sync.h"
+#include "hash.h"
#ifndef WIN32
#include <sys/fcntl.h>