From b573b17725897f61d130fa8bb20ea62ea8034f1e Mon Sep 17 00:00:00 2001 From: Arvid Norberg Date: Sat, 21 Feb 2009 10:23:25 +0000 Subject: [PATCH] windows boost-1.38 build fix --- ChangeLog | 1 + include/libtorrent/file.hpp | 4 ++++ 2 files changed, 5 insertions(+) diff --git a/ChangeLog b/ChangeLog index e07153e7c..1e982bb6c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -31,6 +31,7 @@ release 0.14.3 * added python binding for create_torrent + * fixed boost-1.38 build release 0.14.2 diff --git a/include/libtorrent/file.hpp b/include/libtorrent/file.hpp index 9603e38e1..b5cb16c0c 100644 --- a/include/libtorrent/file.hpp +++ b/include/libtorrent/file.hpp @@ -41,6 +41,10 @@ POSSIBILITY OF SUCH DAMAGE. #pragma warning(push, 1) #endif +#ifdef WIN32 +#include +#endif + #include #include