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