From af8234b035fbfa9876e8b8547fdeb01dc3d73c1d Mon Sep 17 00:00:00 2001 From: Arvid Norberg Date: Sat, 28 Nov 2009 02:43:05 +0000 Subject: [PATCH] fix include in client_test --- examples/client_test.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/examples/client_test.cpp b/examples/client_test.cpp index f3cff258b..0db894cae 100644 --- a/examples/client_test.cpp +++ b/examples/client_test.cpp @@ -59,6 +59,7 @@ POSSIBILITY OF SUCH DAMAGE. #include "libtorrent/bitfield.hpp" #include "libtorrent/file.hpp" #include "libtorrent/peer_info.hpp" +#include "libtorrent/socket_io.hpp" // print_address using boost::bind;