forked from premiere/premiere-libtorrent
USE_BOOST_DATE_TIME fix
This commit is contained in:
parent
6c71a3797f
commit
a5fb1b3455
|
@ -52,6 +52,7 @@ POSSIBILITY OF SUCH DAMAGE.
|
|||
#include "libtorrent/time.hpp"
|
||||
|
||||
// asio time_traits
|
||||
#if !TORRENT_USE_BOOST_DATE_TIME
|
||||
#if BOOST_VERSION >= 103500
|
||||
namespace boost {
|
||||
#endif
|
||||
|
@ -78,6 +79,7 @@ namespace asio
|
|||
#if BOOST_VERSION >= 103500
|
||||
}
|
||||
#endif
|
||||
#endif
|
||||
|
||||
namespace libtorrent
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue