@ -3,6 +3,7 @@
// file license.txt or http://www.opensource.org/licenses/mit-license.php.
#include "headers.h"
#include "db.h"
using namespace std;
using namespace boost;
@ -118,7 +118,6 @@
#include "bignum.h"
#include "base58.h"
#include "script.h"
#include "net.h"
#include "main.h"
#include "rpc.h"
@ -2,6 +2,7 @@
// Distributed under the MIT/X11 software license, see the accompanying
#include "cryptopp/sha.h"
@ -77,6 +77,9 @@ extern int fUseUPnP;
class CReserveKey;
class CTxDB;
class CTxIndex;
bool CheckDiskSpace(uint64 nAdditionalBytes=0);
@ -4,6 +4,7 @@
#include "irc.h"
#ifdef USE_UPNP
#include <miniupnpc/miniwget.h>
#undef printf
#include <boost/asio.hpp>
#include <boost/iostreams/concepts.hpp>