소스 검색

bignum.h: Fix compile error

Tatsuhiro Tsujikawa 12 년 전
부모
커밋
ca8ac6e7d3
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      src/bignum.h

+ 1 - 0
src/bignum.h

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