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/keystore.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/keystore.h') diff --git a/src/keystore.h b/src/keystore.h index 669bf90174..975c2b9ba9 100644 --- a/src/keystore.h +++ b/src/keystore.h @@ -5,6 +5,8 @@ #ifndef BITCOIN_KEYSTORE_H #define BITCOIN_KEYSTORE_H +#include + #include "crypter.h" #include "script.h" -- cgit v1.2.3