0
0
Fork 0
mirror of https://github.com/bitcoin/bitcoin.git synced 2025-02-03 09:56:38 -05:00

Fix build in OS X 10.9

This commit is contained in:
Federico Bond 2014-05-13 01:39:42 -03:00
parent 53d9709e1c
commit f25e3adf7d

View file

@ -10,6 +10,7 @@
#include <limits>
#include <stdexcept>
#include <stdint.h>
#include <string>
#include <vector>
#include <openssl/bn.h>