Browse Source

Merge pull request #12956 from arvidn/storage-include

Correct libtorrent header include in torrentcreatorthread.cpp
adaptive-webui-19844
Mike Tzou 4 years ago committed by GitHub
parent
commit
5ebe4e4c70
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      src/base/bittorrent/torrentcreatorthread.cpp

2
src/base/bittorrent/torrentcreatorthread.cpp

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

Loading…
Cancel
Save