diff options
| author | Jordan Lewis <[email protected]> | 2011-05-14 16:20:30 -0500 |
|---|---|---|
| committer | Jordan Lewis <[email protected]> | 2011-05-15 22:19:17 -0500 |
| commit | 40c2614ef43a59ec0c8dc4338bbe27862243f2bb (patch) | |
| tree | a5b25165f7ef92e5113a548601fd913654bdf49e /src/rpc.cpp | |
| parent | Only included rpc.h when necessary (diff) | |
| download | discoin-40c2614ef43a59ec0c8dc4338bbe27862243f2bb.tar.xz discoin-40c2614ef43a59ec0c8dc4338bbe27862243f2bb.zip | |
Only include net.h when we have to
Diffstat (limited to 'src/rpc.cpp')
| -rw-r--r-- | src/rpc.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/rpc.cpp b/src/rpc.cpp index e826d0b44..9ab7710ad 100644 --- a/src/rpc.cpp +++ b/src/rpc.cpp @@ -5,6 +5,7 @@ #include "headers.h" #include "cryptopp/sha.h" #include "db.h" +#include "net.h" #undef printf #include <boost/asio.hpp> #include <boost/iostreams/concepts.hpp> |