Fix compilation with BOOST_NO_IOSTREAM

This commit is contained in:
Alden Torres 2016-02-03 13:35:23 -05:00
parent 38c1b1d932
commit 930a33b59c
1 changed files with 1 additions and 1 deletions

View File

@ -42,8 +42,8 @@ POSSIBILITY OF SUCH DAMAGE.
#include "libtorrent/assert.hpp" #include "libtorrent/assert.hpp"
#include "libtorrent/aux_/byteswap.hpp" #include "libtorrent/aux_/byteswap.hpp"
#if TORRENT_USE_IOSTREAM
#include "libtorrent/hex.hpp" // to_hex, from_hex #include "libtorrent/hex.hpp" // to_hex, from_hex
#if TORRENT_USE_IOSTREAM
#include <iostream> #include <iostream>
#include <iomanip> #include <iomanip>
#endif #endif