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