patch-src_net_address_list_cc 389 B

123456789101112
  1. $Id: update-patches 24 2008-08-31 14:56:13Z wbx $
  2. --- libtorrent-0.12.2.orig/src/net/address_list.cc 2008-05-07 14:19:12.000000000 +0200
  3. +++ libtorrent-0.12.2/src/net/address_list.cc 2008-12-14 21:47:24.000000000 +0100
  4. @@ -38,6 +38,8 @@
  5. #include <rak/functional.h>
  6. +#include <algorithm>
  7. +
  8. #include "download/download_info.h" // for SocketAddressCompact
  9. #include "address_list.h"