From d0fe14ffecda4af98ffe7b1523f9a903bf7518a0 Mon Sep 17 00:00:00 2001 From: Timothy Redaelli Date: Fri, 20 Apr 2012 12:50:57 +0200 Subject: Add missing includes. (Fix bulding under GCC 4.7) (Note: GCC 4.7 build NOT tested with backports -Luke) --- src/uint256.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src') diff --git a/src/uint256.h b/src/uint256.h index 0add804051..320ee7e95a 100644 --- a/src/uint256.h +++ b/src/uint256.h @@ -8,6 +8,7 @@ #include "serialize.h" #include +#include #include #include -- cgit v1.2.3