premiere-libtorrent/bindings/python/src/boost_python.hpp

15 lines
452 B
C++

// Copyright Daniel Wallin 2006. Use, modification and distribution is
// subject to the Boost Software License, Version 1.0. (See accompanying
// file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
#ifndef BOOST_PYTHON_HPP
#define BOOST_PYTHON_HPP
#include <libtorrent/aux_/disable_warnings_push.hpp>
#include <boost/python.hpp>
#include <boost/python/stl_iterator.hpp>
#include <libtorrent/aux_/disable_warnings_pop.hpp>
#endif