# HG changeset patch # User Timothy Redaelli # Date 1334919057 -7200 # Node ID 524bed9dc26650b811062b01e88ee1d8eb76e94d # Parent ef50ff06f42c7f5952aba8b4cf6bfb5c6a7d00ed 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 --- a/src/uint256.h +++ b/src/uint256.h @@ -8,6 +8,7 @@ #include "serialize.h" #include +#include #include #include