forked from premiere/premiere-libtorrent
fixed missing include
This commit is contained in:
parent
137d2d63f5
commit
193bccd84b
|
@ -43,6 +43,7 @@ POSSIBILITY OF SUCH DAMAGE.
|
|||
#include <boost/lexical_cast.hpp>
|
||||
#include <boost/function.hpp>
|
||||
#include <boost/bind.hpp>
|
||||
#include <iostream>
|
||||
|
||||
struct torrent;
|
||||
struct peer_connection;
|
||||
|
|
Loading…
Reference in New Issue