From: Timothy Redaelli Date: Fri, 20 Apr 2012 10:50:57 +0000 (+0200) Subject: Add missing includes. (Fix bulding under GCC 4.7) X-Git-Tag: v0.4.0-unstable~129^2~1^2^2~2^2^2~19 X-Git-Url: https://git.novaco.in/?p=novacoin.git;a=commitdiff_plain;h=d0fe14ffecda4af98ffe7b1523f9a903bf7518a0 Add missing includes. (Fix bulding under GCC 4.7) (Note: GCC 4.7 build NOT tested with backports -Luke) --- diff --git a/src/uint256.h b/src/uint256.h index 0add804..320ee7e 100644 --- a/src/uint256.h +++ b/src/uint256.h @@ -8,6 +8,7 @@ #include "serialize.h" #include +#include #include #include