forked from premiere/premiere-libtorrent
fixed boost version check. Fixes #337
This commit is contained in:
parent
669debaa42
commit
cf37d8544d
|
@ -34,6 +34,7 @@ POSSIBILITY OF SUCH DAMAGE.
|
|||
#define TORRENT_CHAINED_BUFFER_HPP_INCLUDED
|
||||
|
||||
#include <boost/function.hpp>
|
||||
#include <boost/version.hpp>
|
||||
#if BOOST_VERSION < 103500
|
||||
#include <asio/buffer.hpp>
|
||||
#else
|
||||
|
|
Loading…
Reference in New Issue