From 58574c236a86cd3723dbba8f5619b637d4ee2308 Mon Sep 17 00:00:00 2001 From: Arvid Norberg Date: Wed, 25 Aug 2010 06:03:40 +0000 Subject: [PATCH] fixed build error when using boost 1.44 --- ChangeLog | 2 ++ include/libtorrent/udp_socket.hpp | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 822bdb073..86f56b2ec 100644 --- a/ChangeLog +++ b/ChangeLog @@ -41,6 +41,8 @@ incoming connection * added more detailed instrumentation of the disk I/O thread + * fixed build error with boost 1.44 + 0.15.2 release * updated compiler to msvc 2008 for python binding diff --git a/include/libtorrent/udp_socket.hpp b/include/libtorrent/udp_socket.hpp index 378874acf..17489da5e 100644 --- a/include/libtorrent/udp_socket.hpp +++ b/include/libtorrent/udp_socket.hpp @@ -41,7 +41,7 @@ POSSIBILITY OF SUCH DAMAGE. #include "libtorrent/thread.hpp" #include "libtorrent/deadline_timer.hpp" -#include +#include #include namespace libtorrent