diff options
Diffstat (limited to 'src/base58.h')
-rw-r--r-- | src/base58.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/base58.h b/src/base58.h index cba638f4e0..3f2d82f11b 100644 --- a/src/base58.h +++ b/src/base58.h @@ -15,6 +15,8 @@ #ifndef BITCOIN_BASE58_H #define BITCOIN_BASE58_H +#include <stdint.h> + #include <string> #include <vector> #include "bignum.h" |