From b983b98f6a8b7193f908152f9fa826a2c463a803 Mon Sep 17 00:00:00 2001 From: Arvid Norberg Date: Sun, 27 Apr 2008 23:21:04 +0000 Subject: [PATCH] fix for mingw --- include/libtorrent/time.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/libtorrent/time.hpp b/include/libtorrent/time.hpp index a03d728bf..27e6e2561 100644 --- a/include/libtorrent/time.hpp +++ b/include/libtorrent/time.hpp @@ -256,7 +256,7 @@ namespace libtorrent #ifndef WIN32_LEAN_AND_MEAN #define WIN32_LEAN_AND_MEAN #endif -#include +#include #include "libtorrent/assert.hpp" namespace libtorrent