X-Git-Url: https://git.novaco.in/?p=novacoin.git;a=blobdiff_plain;f=src%2Fscript.cpp;fp=src%2Fscript.cpp;h=736fdb03e7b1843236bde7b04c16e88b2ad216a1;hp=0909c8fa4584d51a1b2ae09209996a10e769a2b1;hb=7a8e4d590a4551516dee5722f520301e4b17ede6;hpb=06c7b792fed77e00e06abba85c84bd589311f315 diff --git a/src/script.cpp b/src/script.cpp index 0909c8f..736fdb0 100644 --- a/src/script.cpp +++ b/src/script.cpp @@ -10,6 +10,7 @@ #include "main.h" #include "sync.h" #include "util.h" +#include "base58.h" bool CheckSig(std::vector vchSig, const std::vector &vchPubKey, const CScript &scriptCode, const CTransaction& txTo, unsigned int nIn, int nHashType, int flags);