moved declaration of time_now() into time.hpp

This commit is contained in:
Arvid Norberg
2013-07-21 05:05:00 +00:00
parent 117ad86158
commit 329ed1bdde
3 changed files with 3 additions and 8 deletions

View File

@@ -31,6 +31,7 @@ POSSIBILITY OF SUCH DAMAGE.
*/
#include "libtorrent/kademlia/logging.hpp"
#include "libtorrent/time.hpp"
namespace libtorrent { namespace dht
{