From 21d9f36781604e4ca9fc35dc65265593423b73e9 Mon Sep 17 00:00:00 2001 From: Luke Dashjr Date: Tue, 20 Dec 2011 16:52:59 -0500 Subject: Use standard C99 (and Qt) types for 64-bit integers --- src/base58.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/base58.h') 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 + #include #include #include "bignum.h" -- cgit v1.2.3