Missing <map> include in add_torrent_params.hpp (#653)

This commit is contained in:
Alden Torres 2016-04-27 12:27:52 -04:00 committed by Arvid Norberg
parent c557432431
commit 99e5db1925
1 changed files with 1 additions and 0 deletions

View File

@ -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>