fixed python binding build on Mac OS and BSD
This commit is contained in:
parent
ca6bb805b4
commit
6ec096d3d2
|
@ -1,4 +1,5 @@
|
|||
|
||||
* fixed python binding build on Mac OS and BSD
|
||||
* fixed UNC path normalization (on windows, unless UNC paths are disabled)
|
||||
* fixed possible crash when enabling multiple connections per IP
|
||||
* fixed typo in win vista specific code, breaking the build
|
||||
|
|
|
@ -2,11 +2,9 @@
|
|||
// subject to the Boost Software License, Version 1.0. (See accompanying
|
||||
// file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
||||
|
||||
#include <boost/python.hpp>
|
||||
#include <list>
|
||||
#include <string>
|
||||
#include "Python.h"
|
||||
#include <cctype>
|
||||
#include <boost/python.hpp>
|
||||
#include <libtorrent/session.hpp>
|
||||
#include <libtorrent/settings.hpp> // for bencode_map_entry
|
||||
#include <libtorrent/torrent.hpp>
|
||||
|
|
Loading…
Reference in New Issue