fix python binding with new boost version

This commit is contained in:
arvidn 2017-08-25 00:34:20 +02:00 committed by Arvid Norberg
parent 1ce4089229
commit 41bfd41cea
1 changed files with 2 additions and 0 deletions

View File

@ -10,6 +10,8 @@
#include <memory>
#include "bytes.hpp"
#include <boost/type_traits/is_polymorphic.hpp>
using namespace boost::python;
using namespace libtorrent;