diff options
| author | Wladimir J. van der Laan <[email protected]> | 2011-06-18 18:46:01 +0200 |
|---|---|---|
| committer | Wladimir J. van der Laan <[email protected]> | 2011-06-18 18:46:01 +0200 |
| commit | 0eeb4f5d5b4c6b634dea4a5ec5b2e6c322c9230e (patch) | |
| tree | 8f7afc6e724d36561b3cb583b40ab2c34a36261e /src/db.cpp | |
| parent | add configure and receive icon (diff) | |
| download | discoin-0eeb4f5d5b4c6b634dea4a5ec5b2e6c322c9230e.tar.xz discoin-0eeb4f5d5b4c6b634dea4a5ec5b2e6c322c9230e.zip | |
update bitcoin core from git (eeac8727bc0a951631bd)
Diffstat (limited to 'src/db.cpp')
| -rw-r--r-- | src/db.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/db.cpp b/src/db.cpp index c2c239db2..b67e2a645 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; |