forked from premiere/premiere-libtorrent
windows boost-1.38 build fix
This commit is contained in:
parent
95829383a8
commit
b573b17725
|
@ -31,6 +31,7 @@
|
|||
release 0.14.3
|
||||
|
||||
* added python binding for create_torrent
|
||||
* fixed boost-1.38 build
|
||||
|
||||
release 0.14.2
|
||||
|
||||
|
|
|
@ -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>
|
||||
|
||||
|
|
Loading…
Reference in New Issue