fixed build error when using boost 1.44

This commit is contained in:
Arvid Norberg 2010-08-25 06:03:40 +00:00
parent b7b542f587
commit 58574c236a
2 changed files with 3 additions and 1 deletions

View File

@ -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

View File

@ -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