mirror of
https://github.com/codex-storage/deluge.git
synced 2025-02-17 05:47:50 +00:00
libtorrent build fix
This commit is contained in:
parent
7fe0392c90
commit
54b1665c50
@ -31,7 +31,6 @@ POSSIBILITY OF SUCH DAMAGE.
|
||||
*/
|
||||
|
||||
#include "libtorrent/pch.hpp"
|
||||
#include "libtorrent/assert.hpp"
|
||||
|
||||
#ifdef _WIN32
|
||||
// windows part
|
||||
@ -82,6 +81,7 @@ BOOST_STATIC_ASSERT(sizeof(lseek(0, 0, 0)) >= 8);
|
||||
#include "libtorrent/storage.hpp"
|
||||
#endif
|
||||
|
||||
#include "libtorrent/assert.hpp"
|
||||
|
||||
namespace
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user