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