fixed static assert being hit on linux systems

This commit is contained in:
Arvid Norberg 2007-10-06 17:27:53 +00:00
parent f5f658f8fd
commit b9fcef5941
1 changed files with 1 additions and 1 deletions

View File

@ -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
{