Преглед изворни кода

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>