X-Git-Url: https://git.novaco.in/?a=blobdiff_plain;f=src%2Fuint256.h;h=c07bce4ea04be5b47e09a8442b966b1405c20f10;hb=d11488abd05cb39a9f481e7c4c35f780197a3d28;hp=a65a2e496d1cedc7f4dcf47ed630c7404f9b6ee2;hpb=c43a9ea77db06b9d101f0551df373d417e5028af;p=novacoin.git diff --git a/src/uint256.h b/src/uint256.h index a65a2e4..c07bce4 100644 --- a/src/uint256.h +++ b/src/uint256.h @@ -1,13 +1,14 @@ // Copyright (c) 2009-2010 Satoshi Nakamoto // Copyright (c) 2009-2012 The Bitcoin developers // Distributed under the MIT/X11 software license, see the accompanying -// file license.txt or http://www.opensource.org/licenses/mit-license.php. +// file COPYING or http://www.opensource.org/licenses/mit-license.php. #ifndef BITCOIN_UINT256_H #define BITCOIN_UINT256_H #include "serialize.h" #include +#include #include #include