aboutsummaryrefslogtreecommitdiff
path: root/src/db.cpp
diff options
context:
space:
mode:
authorJordan Lewis <jordanthelewis@gmail.com>2011-05-14 16:20:30 -0500
committerJordan Lewis <jordanthelewis@gmail.com>2011-05-15 22:19:17 -0500
commit40c2614ef43a59ec0c8dc4338bbe27862243f2bb (patch)
treea5b25165f7ef92e5113a548601fd913654bdf49e /src/db.cpp
parented0c143242d734365b0e3d09b0e52e07819ffcdd (diff)
downloadbitcoin-40c2614ef43a59ec0c8dc4338bbe27862243f2bb.tar.xz
Only include net.h when we have to
Diffstat (limited to 'src/db.cpp')
-rw-r--r--src/db.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/db.cpp b/src/db.cpp
index 7152033c49..b3ce00a04f 100644
--- a/src/db.cpp
+++ b/src/db.cpp
@@ -4,6 +4,7 @@
#include "headers.h"
#include "db.h"
+#include "net.h"
using namespace std;
using namespace boost;