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"
|
#include "libtorrent/time.hpp"
|
||||||
|
|
||||||
// asio time_traits
|
// asio time_traits
|
||||||
|
#if !TORRENT_USE_BOOST_DATE_TIME
|
||||||
#if BOOST_VERSION >= 103500
|
#if BOOST_VERSION >= 103500
|
||||||
namespace boost {
|
namespace boost {
|
||||||
#endif
|
#endif
|
||||||
|
@ -78,6 +79,7 @@ namespace asio
|
||||||
#if BOOST_VERSION >= 103500
|
#if BOOST_VERSION >= 103500
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
#endif
|
||||||
|
|
||||||
namespace libtorrent
|
namespace libtorrent
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue