1
0
mirror of https://github.com/d47081/qBittorrent.git synced 2025-02-05 03:14:44 +00:00

Merge pull request #12956 from arvidn/storage-include

Correct libtorrent header include in torrentcreatorthread.cpp
This commit is contained in:
Mike Tzou 2020-06-07 20:17:59 +08:00 committed by GitHub
commit 5ebe4e4c70
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -32,7 +32,7 @@
#include <libtorrent/bencode.hpp>
#include <libtorrent/create_torrent.hpp>
#include <libtorrent/storage.hpp>
#include <libtorrent/file_storage.hpp>
#include <libtorrent/torrent_info.hpp>
#include <libtorrent/version.hpp>