forked from premiere/premiere-libtorrent
Missing <map> include in add_torrent_params.hpp (#653)
This commit is contained in:
parent
c557432431
commit
99e5db1925
|
@ -35,6 +35,7 @@ POSSIBILITY OF SUCH DAMAGE.
|
|||
|
||||
#include <string>
|
||||
#include <vector>
|
||||
#include <map>
|
||||
|
||||
#include "libtorrent/aux_/disable_warnings_push.hpp"
|
||||
#include <boost/shared_ptr.hpp>
|
||||
|
|
Loading…
Reference in New Issue