View | Details | Raw Unified | Return to bug 132915
Collapse All | Expand All

(-)files/patch-include-libtorrent-disk_io_thread.hpp (+10 lines)
Added Link Here
1
--- include/libtorrent/disk_io_thread.hpp.orig	2008-04-05 12:32:51.000000000 +0400
2
+++ include/libtorrent/disk_io_thread.hpp	2009-03-21 17:05:33.000000000 +0300
3
@@ -41,6 +41,7 @@
4
 #include <boost/thread/thread.hpp>
5
 #include <boost/function.hpp>
6
 #include <boost/thread/mutex.hpp>
7
+#include <boost/thread/condition.hpp>
8
 #include <boost/bind.hpp>
9
 #include <boost/pool/pool.hpp>
10
 #include <boost/noncopyable.hpp>

Return to bug 132915