diff options
Diffstat (limited to 'src/keystore.h')
-rw-r--r-- | src/keystore.h | 2 |
1 files changed, 2 insertions, 0 deletions
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 <stdint.h> + #include "crypter.h" #include "script.h" |