include util.h to get SecureString definition.

This commit is contained in:
Gavin Andresen 2011-12-20 12:21:47 -05:00
parent 9e470585b3
commit 77f21f1583
1 changed files with 1 additions and 0 deletions

View File

@ -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;