windows build fixes
This commit is contained in:
@@ -42,9 +42,9 @@ POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
namespace libtorrent
|
||||
{
|
||||
std::string print_address(address const& addr);
|
||||
std::string print_endpoint(tcp::endpoint const& ep);
|
||||
std::string print_endpoint(udp::endpoint const& ep);
|
||||
TORRENT_EXPORT std::string print_address(address const& addr);
|
||||
TORRENT_EXPORT std::string print_endpoint(tcp::endpoint const& ep);
|
||||
TORRENT_EXPORT std::string print_endpoint(udp::endpoint const& ep);
|
||||
|
||||
namespace detail
|
||||
{
|
||||
|
@@ -35,6 +35,7 @@ POSSIBILITY OF SUCH DAMAGE.
|
||||
#include "libtorrent/escape_string.hpp"
|
||||
#include "libtorrent/error_code.hpp"
|
||||
#include "libtorrent/socket.hpp"
|
||||
#include "libtorrent/socket_io.hpp"
|
||||
#include "libtorrent/address.hpp"
|
||||
|
||||
namespace libtorrent
|
||||
|
Reference in New Issue
Block a user