forked from premiere/premiere-libtorrent
fixed build error when using boost 1.44
This commit is contained in:
parent
b7b542f587
commit
58574c236a
|
@ -41,6 +41,8 @@
|
|||
incoming connection
|
||||
* added more detailed instrumentation of the disk I/O thread
|
||||
|
||||
* fixed build error with boost 1.44
|
||||
|
||||
0.15.2 release
|
||||
|
||||
* updated compiler to msvc 2008 for python binding
|
||||
|
|
|
@ -41,7 +41,7 @@ POSSIBILITY OF SUCH DAMAGE.
|
|||
#include "libtorrent/thread.hpp"
|
||||
#include "libtorrent/deadline_timer.hpp"
|
||||
|
||||
#include <vector>
|
||||
#include <list>
|
||||
#include <boost/function/function4.hpp>
|
||||
|
||||
namespace libtorrent
|
||||
|
|
Loading…
Reference in New Issue