diff options
Diffstat (limited to 'src/uint256.h')
-rw-r--r-- | src/uint256.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/uint256.h b/src/uint256.h index 309c1f7995..3524580532 100644 --- a/src/uint256.h +++ b/src/uint256.h @@ -5,12 +5,13 @@ #ifndef BITCOIN_UINT256_H #define BITCOIN_UINT256_H -#include "serialize.h" - #include <limits.h> +#include <string.h> #include <string> #include <vector> +#include "version.h" + typedef long long int64; typedef unsigned long long uint64; |