Browse Source

Merge pull request #4181

f25e3ad Fix build in OS X 10.9 (Federico Bond)
0.10
Wladimir J. van der Laan 11 years ago
parent
commit
fa41db8779
No known key found for this signature in database
GPG Key ID: 74810B012346C9A6
  1. 1
      src/test/bignum.h

1
src/test/bignum.h

@ -10,6 +10,7 @@ @@ -10,6 +10,7 @@
#include <limits>
#include <stdexcept>
#include <stdint.h>
#include <string>
#include <vector>
#include <openssl/bn.h>

Loading…
Cancel
Save