Add missing includes to net.h

This commit is contained in:
Vegard Nossum 2011-06-29 12:18:18 +02:00 committed by Gavin Andresen
parent 437173f430
commit 8a62fec3ee
1 changed files with 1 additions and 0 deletions

View File

@ -6,6 +6,7 @@
#include <deque>
#include <boost/array.hpp>
#include <boost/foreach.hpp>
#include <openssl/rand.h>
#ifndef __WXMSW__