merged python binding fix from RC_0_16

This commit is contained in:
Arvid Norberg 2012-04-04 14:51:55 +00:00
parent f7739a5699
commit 05aeda31c6
1 changed files with 1 additions and 0 deletions

View File

@ -5,6 +5,7 @@
#include <boost/python.hpp>
#include <libtorrent/torrent_info.hpp>
#include "libtorrent/intrusive_ptr_base.hpp"
#include "libtorrent/session_settings.hpp"
using namespace boost::python;
using namespace libtorrent;