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