diff options
Diffstat (limited to 'src/crypter.h')
-rw-r--r-- | src/crypter.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/crypter.h b/src/crypter.h index d7f8a39d83..e52ebc01c7 100644 --- a/src/crypter.h +++ b/src/crypter.h @@ -4,6 +4,7 @@ #ifndef __CRYPTER_H__ #define __CRYPTER_H__ +#include "util.h" /* for SecureString */ #include "key.h" const unsigned int WALLET_CRYPTO_KEY_SIZE = 32; |