include util.h to get SecureString definition.
authorGavin Andresen <gavinandresen@gmail.com>
Tue, 20 Dec 2011 17:21:47 +0000 (12:21 -0500)
committerGavin Andresen <gavinandresen@gmail.com>
Tue, 20 Dec 2011 17:21:47 +0000 (12:21 -0500)
src/crypter.h

index d7f8a39..e52ebc0 100644 (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;