X-Git-Url: https://git.novaco.in/?p=novacoin.git;a=blobdiff_plain;f=src%2Fbignum.h;fp=src%2Fbignum.h;h=e3838bce2f651c798096e4a36d39c27ea62cef24;hp=6ab5a6d4cd55e9d3d5d0e431be8fa1d277343457;hb=82597c35e97568d9d53983211cdf29621cefdb51;hpb=7a8e4d590a4551516dee5722f520301e4b17ede6 diff --git a/src/bignum.h b/src/bignum.h index 6ab5a6d..e3838bc 100644 --- a/src/bignum.h +++ b/src/bignum.h @@ -5,10 +5,14 @@ #ifndef BITCOIN_BIGNUM_H #define BITCOIN_BIGNUM_H + +#include "util.h" +#include "uint256.h" + +#include + #include #include -#include -#include "util.h" /** Errors thrown by the bignum class */ class bignum_error : public std::runtime_error