Tatsuhiro Tsujikawa
12 vuotta sitten
vanhempi
commit
ca8ac6e7d3
1 muutettua tiedostoa jossa
1 lisäystä ja
0 poistoa
-
1
0
src/bignum.h
|
|
@@ -14,6 +14,7 @@
|
|
|
#ifndef BIGNUM_H
|
|
|
#define BIGNUM_H
|
|
|
|
|
|
+#include <cstring>
|
|
|
#include <algorithm>
|
|
|
#include <memory>
|
|
|
#include <stdint.h>
|