aboutsummaryrefslogtreecommitdiff
path: root/src/db.cpp
diff options
context:
space:
mode:
authorWladimir J. van der Laan <laanwj@gmail.com>2011-06-18 18:46:01 +0200
committerWladimir J. van der Laan <laanwj@gmail.com>2011-06-18 18:46:01 +0200
commit0eeb4f5d5b4c6b634dea4a5ec5b2e6c322c9230e (patch)
tree8f7afc6e724d36561b3cb583b40ab2c34a36261e /src/db.cpp
parent245ab4d0ac50095712abd6518b2fc6945d5e24a9 (diff)
downloadbitcoin-0eeb4f5d5b4c6b634dea4a5ec5b2e6c322c9230e.tar.xz
update bitcoin core from git (eeac8727bc0a951631bd)
Diffstat (limited to 'src/db.cpp')
-rw-r--r--src/db.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/db.cpp b/src/db.cpp
index c2c239db2f..b67e2a6452 100644
--- a/src/db.cpp
+++ b/src/db.cpp
@@ -3,6 +3,9 @@
// file license.txt or http://www.opensource.org/licenses/mit-license.php.
#include "headers.h"
+#include "db.h"
+#include "net.h"
+#include <boost/filesystem/fstream.hpp>
using namespace std;
using namespace boost;