windows boost-1.38 build fix

This commit is contained in:
Arvid Norberg 2009-02-21 10:23:25 +00:00
parent 95829383a8
commit b573b17725
2 changed files with 5 additions and 0 deletions

View File

@ -31,6 +31,7 @@
release 0.14.3
* added python binding for create_torrent
* fixed boost-1.38 build
release 0.14.2

View File

@ -41,6 +41,10 @@ POSSIBILITY OF SUCH DAMAGE.
#pragma warning(push, 1)
#endif
#ifdef WIN32
#include <windows.h>
#endif
#include <boost/noncopyable.hpp>
#include <boost/filesystem/path.hpp>