diff options
| author | Wladimir J. van der Laan <[email protected]> | 2014-05-13 07:11:04 +0200 |
|---|---|---|
| committer | Wladimir J. van der Laan <[email protected]> | 2014-05-13 07:11:10 +0200 |
| commit | fa41db8779a64afd3109b86ab24f948202d237d9 (patch) | |
| tree | 12334359a1724bbc95a341774dc835e1cbc6601f /src | |
| parent | qt: periodic language update (diff) | |
| parent | Fix build in OS X 10.9 (diff) | |
| download | discoin-fa41db8779a64afd3109b86ab24f948202d237d9.tar.xz discoin-fa41db8779a64afd3109b86ab24f948202d237d9.zip | |
Merge pull request #4181
f25e3ad Fix build in OS X 10.9 (Federico Bond)
Diffstat (limited to 'src')
| -rw-r--r-- | src/test/bignum.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/test/bignum.h b/src/test/bignum.h index b57800f37..a75f5250f 100644 --- a/src/test/bignum.h +++ b/src/test/bignum.h @@ -10,6 +10,7 @@ #include <limits> #include <stdexcept> #include <stdint.h> +#include <string> #include <vector> #include <openssl/bn.h> |