fix missing include in dht_rate_limit test

cmath is needed for abs(float)
This commit is contained in:
Steven Siloti 2016-11-03 21:39:48 -07:00 committed by Arvid Norberg
parent 2a999e1ea7
commit 6691531ebb
1 changed files with 1 additions and 0 deletions

View File

@ -45,6 +45,7 @@ POSSIBILITY OF SUCH DAMAGE.
#include <functional>
#include <cstdarg>
#include <cmath>
using namespace libtorrent;
namespace lt = libtorrent;