From 51992598f003d52eb923ab42d5b822b4a176c802 Mon Sep 17 00:00:00 2001 From: Arvid Norberg Date: Wed, 5 Mar 2014 06:32:03 +0000 Subject: [PATCH] fix build issue --- include/libtorrent/alert_types.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/libtorrent/alert_types.hpp b/include/libtorrent/alert_types.hpp index ed8adf60a..06875bd5f 100644 --- a/include/libtorrent/alert_types.hpp +++ b/include/libtorrent/alert_types.hpp @@ -2017,7 +2017,7 @@ namespace libtorrent dht_put_alert(boost::array key , boost::array sig , std::string s - , uint64_t sequence_number) + , boost::uint64_t sequence_number) : target(0) , public_key(key) , signature(sig)