diff options
| author | Federico Bond <[email protected]> | 2014-05-13 01:39:42 -0300 |
|---|---|---|
| committer | Federico Bond <[email protected]> | 2014-05-13 01:39:42 -0300 |
| commit | f25e3adf7d158283ef4bc1dd61df940c383dfebe (patch) | |
| tree | ac164cf8e480cf3681a0d045d37bb8e6a7db5a5b | |
| parent | Merge pull request #4142 (diff) | |
| download | discoin-f25e3adf7d158283ef4bc1dd61df940c383dfebe.tar.xz discoin-f25e3adf7d158283ef4bc1dd61df940c383dfebe.zip | |
Fix build in OS X 10.9
| -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> |