fix boost-1.67 build
This commit is contained in:
parent
236e0e7699
commit
64d6b49004
|
@ -41,10 +41,16 @@ POSSIBILITY OF SUCH DAMAGE.
|
|||
#include <vector>
|
||||
|
||||
#include <boost/limits.hpp>
|
||||
#include <boost/utility.hpp>
|
||||
#include <boost/cstdint.hpp>
|
||||
#include <boost/tuple/tuple.hpp>
|
||||
|
||||
#include <boost/version.hpp>
|
||||
#if BOOST_VERSION >= 106700
|
||||
#include <boost/next_prior.hpp>
|
||||
#else
|
||||
#include <boost/utility.hpp>
|
||||
#endif
|
||||
|
||||
#include "libtorrent/aux_/disable_warnings_pop.hpp"
|
||||
|
||||
#include "libtorrent/address.hpp"
|
||||
|
|
Loading…
Reference in New Issue