forked from premiere/premiere-libtorrent
asio include fix
This commit is contained in:
parent
1434ed57d9
commit
479f5061b4
|
@ -5,7 +5,7 @@
|
|||
#define BOOST_ASIO_SOURCE
|
||||
#endif
|
||||
|
||||
#ifdef _MSC_VER
|
||||
#ifdef _MSC_VER > 1310
|
||||
|
||||
// on windows; including timer_queue.hpp results in an
|
||||
// actual link-time dependency on boost.date_time, even
|
||||
|
|
Loading…
Reference in New Issue