aboutsummaryrefslogtreecommitdiff
path: root/src/rpc.cpp
diff options
context:
space:
mode:
authorJordan Lewis <jordanthelewis@gmail.com>2011-05-14 15:57:34 -0500
committerJordan Lewis <jordanthelewis@gmail.com>2011-05-15 22:19:16 -0500
commit1512d5ce64b9a53260f5aa695bc79a0e48d6294f (patch)
treede89dbfb1b432b073150656aa6d4c88ec07aec0a /src/rpc.cpp
parentf23f9a03c86f789ab41d75b91f75393e3156ec39 (diff)
downloadbitcoin-1512d5ce64b9a53260f5aa695bc79a0e48d6294f.tar.xz
Only include db.h when we have to.
Diffstat (limited to 'src/rpc.cpp')
-rw-r--r--src/rpc.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/rpc.cpp b/src/rpc.cpp
index 9efcbbb15a..e826d0b447 100644
--- a/src/rpc.cpp
+++ b/src/rpc.cpp
@@ -4,6 +4,7 @@
#include "headers.h"
#include "cryptopp/sha.h"
+#include "db.h"
#undef printf
#include <boost/asio.hpp>
#include <boost/iostreams/concepts.hpp>