move wallet code to separate file
[novacoin.git] / src / script.h
index 22a6020..efafec4 100644 (file)
@@ -5,6 +5,7 @@
 #define H_BITCOIN_SCRIPT
 
 #include "base58.h"
+#include "keystore.h"
 
 #include <string>
 #include <vector>