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/main.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/main.cpp')
| -rw-r--r-- | src/main.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/main.cpp b/src/main.cpp index 0456041ee..108842f3a 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -2,7 +2,11 @@ // Distributed under the MIT/X11 software license, see the accompanying // file license.txt or http://www.opensource.org/licenses/mit-license.php. #include "headers.h" +#include "db.h" +#include "net.h" +#include "init.h" #include "cryptopp/sha.h" +#include <boost/filesystem/fstream.hpp> using namespace std; using namespace boost; |