fixed missing include in enum_if (thanks Marek Stopka)
This commit is contained in:
@@ -46,6 +46,7 @@ release 0.14.3
|
|||||||
* fixed move_storage bug when files were renamed to be moved out
|
* fixed move_storage bug when files were renamed to be moved out
|
||||||
of the root directory
|
of the root directory
|
||||||
* added error handling for set_piece_hashes
|
* added error handling for set_piece_hashes
|
||||||
|
* fixed missing include in enum_if.cpp
|
||||||
|
|
||||||
release 0.14.2
|
release 0.14.2
|
||||||
|
|
||||||
|
@@ -35,6 +35,7 @@ POSSIBILITY OF SUCH DAMAGE.
|
|||||||
#include <libtorrent/broadcast_socket.hpp>
|
#include <libtorrent/broadcast_socket.hpp>
|
||||||
#include <vector>
|
#include <vector>
|
||||||
#include <iomanip>
|
#include <iomanip>
|
||||||
|
#include <iostream>
|
||||||
|
|
||||||
using namespace libtorrent;
|
using namespace libtorrent;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user