aboutsummaryrefslogtreecommitdiff
path: root/src/net.h
diff options
context:
space:
mode:
authorVegard Nossum <vegard.nossum@gmail.com>2011-06-29 12:18:18 +0200
committerGavin Andresen <gavinandresen@gmail.com>2011-08-08 14:31:08 -0400
commit8a62fec3ee03d3351acceb9d719157cfac2fb726 (patch)
tree98c17ae8d83b444616b1c5c2ae4d2545df5f5050 /src/net.h
parent437173f4300de9b1a5fa9d718857bb465c433e49 (diff)
downloadbitcoin-8a62fec3ee03d3351acceb9d719157cfac2fb726.tar.xz
Add missing includes to net.h
Diffstat (limited to 'src/net.h')
-rw-r--r--src/net.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/net.h b/src/net.h
index 78055bfc69..d896defc82 100644
--- a/src/net.h
+++ b/src/net.h
@@ -6,6 +6,7 @@
#include <deque>
#include <boost/array.hpp>
+#include <boost/foreach.hpp>
#include <openssl/rand.h>
#ifndef __WXMSW__