mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-14 12:43:40 +02:00
Fix missing includes needed for Boost 1.46.
This commit is contained in:
parent
aa0c5e87e8
commit
926e14b362
5 changed files with 5 additions and 0 deletions
|
|
@ -14,6 +14,7 @@
|
|||
#include <boost/algorithm/string.hpp>
|
||||
#ifdef USE_SSL
|
||||
#include <boost/asio/ssl.hpp>
|
||||
#include <boost/filesystem.hpp>
|
||||
#include <boost/filesystem/fstream.hpp>
|
||||
typedef boost::asio::ssl::stream<boost::asio::ip::tcp::socket> SSLStream;
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue