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 59a005a220..d1bdb92c91 100644 --- a/src/crypter.h +++ b/src/crypter.h @@ -6,6 +6,7 @@ #include "allocators.h" /* for SecureString */ #include "key.h" +#include "serialize.h" const unsigned int WALLET_CRYPTO_KEY_SIZE = 32; const unsigned int WALLET_CRYPTO_SALT_SIZE = 8; |