From 05aeda31c6943869ba6962caa0fc4e1a4ee20910 Mon Sep 17 00:00:00 2001 From: Arvid Norberg Date: Wed, 4 Apr 2012 14:51:55 +0000 Subject: [PATCH] merged python binding fix from RC_0_16 --- bindings/python/src/torrent_info.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/bindings/python/src/torrent_info.cpp b/bindings/python/src/torrent_info.cpp index e073a2676..8ea063e3e 100644 --- a/bindings/python/src/torrent_info.cpp +++ b/bindings/python/src/torrent_info.cpp @@ -5,6 +5,7 @@ #include #include #include "libtorrent/intrusive_ptr_base.hpp" +#include "libtorrent/session_settings.hpp" using namespace boost::python; using namespace libtorrent;