From 9344e952851c42e4c190d096d0fb6e9b3433ca7b Mon Sep 17 00:00:00 2001 From: Arvid Norberg Date: Fri, 25 Mar 2011 02:59:59 +0000 Subject: [PATCH] add missing include --- src/ut_pex.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/ut_pex.cpp b/src/ut_pex.cpp index b122b96d9..d76f62aae 100644 --- a/src/ut_pex.cpp +++ b/src/ut_pex.cpp @@ -52,6 +52,7 @@ POSSIBILITY OF SUCH DAMAGE. #include "libtorrent/broadcast_socket.hpp" #include "libtorrent/socket_io.hpp" #include "libtorrent/peer_info.hpp" +#include "libtorrent/random.hpp" #include "libtorrent/extensions/ut_pex.hpp"