mirror of https://github.com/aria2/aria2
bignum.h: Fix compile error
parent
6198b607e9
commit
ca8ac6e7d3
|
@ -14,6 +14,7 @@
|
|||
#ifndef BIGNUM_H
|
||||
#define BIGNUM_H
|
||||
|
||||
#include <cstring>
|
||||
#include <algorithm>
|
||||
#include <memory>
|
||||
#include <stdint.h>
|
||||
|
|
Loading…
Reference in New Issue