Merge pull request #455 from aldenml/hex-include
Fix compilation with BOOST_NO_IOSTREAM
This commit is contained in:
commit
b7a6d8114e
|
@ -42,8 +42,8 @@ POSSIBILITY OF SUCH DAMAGE.
|
|||
#include "libtorrent/assert.hpp"
|
||||
#include "libtorrent/aux_/byteswap.hpp"
|
||||
|
||||
#if TORRENT_USE_IOSTREAM
|
||||
#include "libtorrent/hex.hpp" // to_hex, from_hex
|
||||
#if TORRENT_USE_IOSTREAM
|
||||
#include <iostream>
|
||||
#include <iomanip>
|
||||
#endif
|
||||
|
|
Loading…
Reference in New Issue