mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-20 13:37:28 +02:00
update bitcoin core from git (eeac8727bc)
This commit is contained in:
parent
245ab4d0ac
commit
0eeb4f5d5b
11 changed files with 50 additions and 32 deletions
|
|
@ -4,12 +4,17 @@
|
|||
|
||||
#include "headers.h"
|
||||
#include "cryptopp/sha.h"
|
||||
#include "db.h"
|
||||
#include "net.h"
|
||||
#include "init.h"
|
||||
#undef printf
|
||||
#include <boost/asio.hpp>
|
||||
#include <boost/iostreams/concepts.hpp>
|
||||
#include <boost/iostreams/stream.hpp>
|
||||
#include <boost/algorithm/string.hpp>
|
||||
#ifdef USE_SSL
|
||||
#include <boost/asio/ssl.hpp>
|
||||
#include <boost/filesystem/fstream.hpp>
|
||||
typedef boost::asio::ssl::stream<boost::asio::ip::tcp::socket> SSLStream;
|
||||
#endif
|
||||
#include "json/json_spirit_reader_template.h"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue