forked from premiere/premiere-libtorrent
fix missing include in dht_rate_limit test
cmath is needed for abs(float)
This commit is contained in:
parent
2a999e1ea7
commit
6691531ebb
|
@ -45,6 +45,7 @@ POSSIBILITY OF SUCH DAMAGE.
|
|||
|
||||
#include <functional>
|
||||
#include <cstdarg>
|
||||
#include <cmath>
|
||||
|
||||
using namespace libtorrent;
|
||||
namespace lt = libtorrent;
|
||||
|
|
Loading…
Reference in New Issue