Create streams files
[novacoin.git] / src / key.cpp
index 9038342..2df613b 100644 (file)
@@ -9,6 +9,7 @@
 
 #include "key.h"
 #include "base58.h"
+#include "streams.h"
 
 // Generate a private key from just the secret parameter
 int EC_KEY_regenerate_key(EC_KEY *eckey, BIGNUM *priv_key)