From 930a33b59c49965a8a2caa13517b21e3142078af Mon Sep 17 00:00:00 2001 From: Alden Torres Date: Wed, 3 Feb 2016 13:35:23 -0500 Subject: [PATCH] Fix compilation with BOOST_NO_IOSTREAM --- include/libtorrent/sha1_hash.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/libtorrent/sha1_hash.hpp b/include/libtorrent/sha1_hash.hpp index 57e7d4140..c86e9f446 100644 --- a/include/libtorrent/sha1_hash.hpp +++ b/include/libtorrent/sha1_hash.hpp @@ -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 #include #endif