Update headers in script cpp h files
[novacoin.git] / src / script.cpp
index 0909c8f..736fdb0 100644 (file)
@@ -10,6 +10,7 @@
 #include "main.h"
 #include "sync.h"
 #include "util.h"
+#include "base58.h"
 
 bool CheckSig(std::vector<unsigned char> vchSig, const std::vector<unsigned char> &vchPubKey, const CScript &scriptCode, const CTransaction& txTo, unsigned int nIn, int nHashType, int flags);