From: Pieter Wuille Date: Sat, 21 Apr 2012 22:13:29 +0000 (-0700) Subject: Merge pull request #1126 from drizztbsd/master X-Git-Tag: v0.4.0-unstable~129^2~54 X-Git-Url: https://git.novaco.in/?a=commitdiff_plain;h=6a7a42be16e09fbbdeb7f61051aa50a2f56c6bc3;hp=00b9c0f4b20f6eb714fa55eb00df326a6f74fd10;p=novacoin.git Merge pull request #1126 from drizztbsd/master Fix build with gcc 4.7 --- diff --git a/src/allocators.h b/src/allocators.h index cdea66d..fa9534b 100644 --- a/src/allocators.h +++ b/src/allocators.h @@ -5,6 +5,7 @@ #ifndef BITCOIN_ALLOCATORS_H #define BITCOIN_ALLOCATORS_H +#include #include #ifdef WIN32 diff --git a/src/uint256.h b/src/uint256.h index 104b849..9966a14 100644 --- a/src/uint256.h +++ b/src/uint256.h @@ -6,6 +6,7 @@ #define BITCOIN_UINT256_H #include +#include #include #include #include