fix python binding with new boost version
This commit is contained in:
parent
1ce4089229
commit
41bfd41cea
|
@ -10,6 +10,8 @@
|
||||||
#include <memory>
|
#include <memory>
|
||||||
#include "bytes.hpp"
|
#include "bytes.hpp"
|
||||||
|
|
||||||
|
#include <boost/type_traits/is_polymorphic.hpp>
|
||||||
|
|
||||||
using namespace boost::python;
|
using namespace boost::python;
|
||||||
using namespace libtorrent;
|
using namespace libtorrent;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue