forked from premiere/premiere-libtorrent
fixed missing includes
This commit is contained in:
parent
ca9122861a
commit
36c9c663d3
|
@ -37,6 +37,9 @@ POSSIBILITY OF SUCH DAMAGE.
|
|||
#include <algorithm>
|
||||
#include <numeric>
|
||||
|
||||
#include <boost/bind.hpp>
|
||||
#include <boost/tuple/tuple.hpp>
|
||||
|
||||
#include "libtorrent/piece_picker.hpp"
|
||||
#include "libtorrent/bitfield.hpp"
|
||||
#include "libtorrent/random.hpp"
|
||||
|
|
Loading…
Reference in New Issue