diff --git a/include/libtorrent/kademlia/node_entry.hpp b/include/libtorrent/kademlia/node_entry.hpp index 906bce782..39368544e 100644 --- a/include/libtorrent/kademlia/node_entry.hpp +++ b/include/libtorrent/kademlia/node_entry.hpp @@ -42,7 +42,7 @@ POSSIBILITY OF SUCH DAMAGE. namespace libtorrent { namespace dht { -struct node_entry +struct TORRENT_EXTRA_EXPORT node_entry { node_entry(node_id const& id_, udp::endpoint ep, int roundtriptime = 0xffff , bool pinged = false);