another boost-1.67 build fix

This commit is contained in:
arvidn 2018-04-13 08:42:39 +02:00 committed by Arvid Norberg
parent b3faba329d
commit 9cd0ae67e7
1 changed files with 7 additions and 0 deletions

View File

@ -54,6 +54,13 @@ POSSIBILITY OF SUCH DAMAGE.
#include <boost/cstdint.hpp>
#include <boost/bind.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"
using boost::uint8_t;