fixed missing include in enum_if (thanks Marek Stopka)

This commit is contained in:
Arvid Norberg 2009-03-20 07:28:30 +00:00
parent cc432a8cd8
commit c683126ea3
2 changed files with 2 additions and 0 deletions

View File

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

View File

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