bignum.h: Fix compile error

This commit is contained in:
Tatsuhiro Tsujikawa 2013-09-25 22:43:05 +09:00
parent 6198b607e9
commit ca8ac6e7d3

View File

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