From cd175ebe9ae962fe352bc35b919364128e8697d5 Mon Sep 17 00:00:00 2001 From: Andrew Resch Date: Sat, 6 Oct 2007 17:32:41 +0000 Subject: [PATCH] libtorrent build fix --- libtorrent/src/file.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libtorrent/src/file.cpp b/libtorrent/src/file.cpp index 53288b2e5..67024cf81 100755 --- a/libtorrent/src/file.cpp +++ b/libtorrent/src/file.cpp @@ -31,7 +31,6 @@ POSSIBILITY OF SUCH DAMAGE. */ #include "libtorrent/pch.hpp" -#include "libtorrent/assert.hpp" #ifdef _WIN32 // windows part @@ -82,6 +81,7 @@ BOOST_STATIC_ASSERT(sizeof(lseek(0, 0, 0)) >= 8); #include "libtorrent/storage.hpp" #endif +#include "libtorrent/assert.hpp" namespace {