瀏覽代碼

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>