From f5f3552eee274d560325e20c975ac7697fb6ff8a Mon Sep 17 00:00:00 2001 From: Arvid Norberg Date: Thu, 26 Nov 2009 19:32:11 +0000 Subject: [PATCH] fixed header dependency --- include/libtorrent/torrent_handle.hpp | 1 + 1 file changed, 1 insertion(+) diff --git a/include/libtorrent/torrent_handle.hpp b/include/libtorrent/torrent_handle.hpp index a9fb94d73..c43cf475d 100644 --- a/include/libtorrent/torrent_handle.hpp +++ b/include/libtorrent/torrent_handle.hpp @@ -40,6 +40,7 @@ POSSIBILITY OF SUCH DAMAGE. #pragma warning(push, 1) #endif +#include #include #ifdef _MSC_VER