aboutsummaryrefslogtreecommitdiff
path: root/src/test
diff options
context:
space:
mode:
authorFederico Bond <federicobond@gmail.com>2014-05-13 01:39:42 -0300
committerFederico Bond <federicobond@gmail.com>2014-05-13 01:39:42 -0300
commitf25e3adf7d158283ef4bc1dd61df940c383dfebe (patch)
treeac164cf8e480cf3681a0d045d37bb8e6a7db5a5b /src/test
parent53d9709e1c8a2aac3ff81efe1536fda5b70c9fdc (diff)
downloadbitcoin-f25e3adf7d158283ef4bc1dd61df940c383dfebe.tar.xz
Fix build in OS X 10.9
Diffstat (limited to 'src/test')
-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 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>