diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2009-12-29 13:50:46 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2009-12-29 13:50:46 +0000 |
commit | 59e6a928d770b3e48e952889ca58dace1e44dc2f (patch) | |
tree | 54fb1a89c25b3b7e4a178a9906cf951829c2f457 /net-p2p | |
parent | 129e62f60676aab32deebe63e56978ec605e392e (diff) |
Notes
Diffstat (limited to 'net-p2p')
-rw-r--r-- | net-p2p/rblibtorrent/files/patch-test_test_bandwidth_limiter.cpp | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/net-p2p/rblibtorrent/files/patch-test_test_bandwidth_limiter.cpp b/net-p2p/rblibtorrent/files/patch-test_test_bandwidth_limiter.cpp new file mode 100644 index 000000000000..604ec56a637e --- /dev/null +++ b/net-p2p/rblibtorrent/files/patch-test_test_bandwidth_limiter.cpp @@ -0,0 +1,10 @@ +--- test/test_bandwidth_limiter.cpp.orig 2009-11-24 16:09:08.000000000 +0300 ++++ test/test_bandwidth_limiter.cpp 2009-11-24 16:09:28.000000000 +0300 +@@ -8,6 +8,7 @@ + #include "libtorrent/time.hpp" + #include "libtorrent/intrusive_ptr_base.hpp" + ++#include <iostream> + #include <boost/lexical_cast.hpp> + + struct torrent; |