X-Git-Url: https://git.novaco.in/?p=novacoin.git;a=blobdiff_plain;f=src%2Fscript.h;fp=src%2Fscript.h;h=2aa08febe17da15a372419bef17e696d5d458fcd;hp=5397a1972fd2cea285c6517d981d140a52c9aeba;hb=0561bbd1c69263dceb24ffacf850788e6e961a13;hpb=6e0c5e3778b83f128f6f14c311d5728392053581 diff --git a/src/script.h b/src/script.h index 5397a19..2aa08fe 100644 --- a/src/script.h +++ b/src/script.h @@ -1,5 +1,6 @@ // Copyright (c) 2009-2010 Satoshi Nakamoto // Copyright (c) 2009-2012 The Bitcoin developers +// Copyright (c) 2012 The PPCoin developers // Distributed under the MIT/X11 software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. #ifndef H_BITCOIN_SCRIPT @@ -12,6 +13,8 @@ #include +typedef std::vector valtype; + class CTransaction; class CKeyStore;