|
|
@ -11,8 +11,10 @@ |
|
|
|
#include <boost/asio.hpp> |
|
|
|
#include <boost/asio.hpp> |
|
|
|
#include <boost/iostreams/concepts.hpp> |
|
|
|
#include <boost/iostreams/concepts.hpp> |
|
|
|
#include <boost/iostreams/stream.hpp> |
|
|
|
#include <boost/iostreams/stream.hpp> |
|
|
|
|
|
|
|
#include <boost/algorithm/string.hpp> |
|
|
|
#ifdef USE_SSL |
|
|
|
#ifdef USE_SSL |
|
|
|
#include <boost/asio/ssl.hpp> |
|
|
|
#include <boost/asio/ssl.hpp> |
|
|
|
|
|
|
|
#include <boost/filesystem/fstream.hpp> |
|
|
|
typedef boost::asio::ssl::stream<boost::asio::ip::tcp::socket> SSLStream; |
|
|
|
typedef boost::asio::ssl::stream<boost::asio::ip::tcp::socket> SSLStream; |
|
|
|
#endif |
|
|
|
#endif |
|
|
|
#include "json/json_spirit_reader_template.h" |
|
|
|
#include "json/json_spirit_reader_template.h" |
|
|
|