aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFederico Bond <[email protected]>2014-05-13 01:39:42 -0300
committerFederico Bond <[email protected]>2014-05-13 01:39:42 -0300
commitf25e3adf7d158283ef4bc1dd61df940c383dfebe (patch)
treeac164cf8e480cf3681a0d045d37bb8e6a7db5a5b
parentMerge pull request #4142 (diff)
downloaddiscoin-f25e3adf7d158283ef4bc1dd61df940c383dfebe.tar.xz
discoin-f25e3adf7d158283ef4bc1dd61df940c383dfebe.zip
Fix build in OS X 10.9
-rw-r--r--src/test/bignum.h1
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>