From 589c560a458e0b9385c4e2916875d03fbde84806 Mon Sep 17 00:00:00 2001 From: Arvid Norberg Date: Sat, 6 Nov 2010 16:16:00 +0000 Subject: [PATCH] fixed build with boost-1.44 --- include/libtorrent/torrent_handle.hpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/libtorrent/torrent_handle.hpp b/include/libtorrent/torrent_handle.hpp index 3547ead30..ff68c241e 100644 --- a/include/libtorrent/torrent_handle.hpp +++ b/include/libtorrent/torrent_handle.hpp @@ -42,6 +42,8 @@ POSSIBILITY OF SUCH DAMAGE. #include #include +#include +#include #ifdef _MSC_VER #pragma warning(pop)