USE_BOOST_DATE_TIME fix

This commit is contained in:
Arvid Norberg 2009-10-19 03:01:15 +00:00
parent 6c71a3797f
commit a5fb1b3455
1 changed files with 2 additions and 0 deletions

View File

@ -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
{