fix build for FreeBSD
This commit is contained in:
parent
f754a18ecf
commit
86d8b54f5b
|
@ -2,6 +2,9 @@
|
|||
// 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)
|
||||
|
||||
#include <cctype>
|
||||
#include <iostream>
|
||||
|
||||
#include <libtorrent/extensions.hpp>
|
||||
#include <libtorrent/entry.hpp>
|
||||
#include <libtorrent/lazy_entry.hpp>
|
||||
|
|
Loading…
Reference in New Issue