From 8416bcdd10c117fdd0be76a9008e214f56663a81 Mon Sep 17 00:00:00 2001 From: arvidn Date: Sat, 12 Dec 2015 21:46:05 -0500 Subject: [PATCH] web_seed_entry needs to be exported --- include/libtorrent/torrent_info.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/libtorrent/torrent_info.hpp b/include/libtorrent/torrent_info.hpp index d676f358f..dc72e1bf1 100644 --- a/include/libtorrent/torrent_info.hpp +++ b/include/libtorrent/torrent_info.hpp @@ -70,7 +70,7 @@ namespace libtorrent // the web_seed_entry holds information about a web seed (also known // as URL seed or HTTP seed). It is essentially a URL with some state // associated with it. For more information, see `BEP 17`_ and `BEP 19`_. - struct web_seed_entry + struct TORRENT_EXPORT web_seed_entry { // http seeds are different from url seeds in the // protocol they use. http seeds follows the original