Bläddra i källkod

bignum.h: Fix compile error

Tatsuhiro Tsujikawa 12 år sedan
förälder
incheckning
ca8ac6e7d3
1 ändrade filer med 1 tillägg och 0 borttagningar
  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>