bignum.h: Fix compile error

pull/135/merge
Tatsuhiro Tsujikawa 2013-09-25 22:43:05 +09:00
parent 6198b607e9
commit ca8ac6e7d3
1 changed files with 1 additions and 0 deletions

View File

@ -14,6 +14,7 @@
#ifndef BIGNUM_H
#define BIGNUM_H
#include <cstring>
#include <algorithm>
#include <memory>
#include <stdint.h>