Browse Source

bignum.h: Fix compile error

Tatsuhiro Tsujikawa 12 năm trước cách đây
mục cha
commit
ca8ac6e7d3
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  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>