diff options
author | Federico Bond <federicobond@gmail.com> | 2014-05-13 01:39:42 -0300 |
---|---|---|
committer | Federico Bond <federicobond@gmail.com> | 2014-05-13 01:39:42 -0300 |
commit | f25e3adf7d158283ef4bc1dd61df940c383dfebe (patch) | |
tree | ac164cf8e480cf3681a0d045d37bb8e6a7db5a5b | |
parent | 53d9709e1c8a2aac3ff81efe1536fda5b70c9fdc (diff) |
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 b57800f372..a75f5250fa 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> |