windows build fixes
This commit is contained in:
parent
4e62eec9fa
commit
27247df5c9
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue