changeset 2934:524bed9dc266 draft

Add missing includes. (Fix bulding under GCC 4.7) (Note: GCC 4.7 build NOT tested with backports -Luke)
author Timothy Redaelli <timothy.redaelli@gmail.com>
date Fri, 20 Apr 2012 12:50:57 +0200
parents ef50ff06f42c
children 7791ca0f682d 4058fc61890e
files src/uint256.h
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/uint256.h
+++ b/src/uint256.h
@@ -8,6 +8,7 @@
 #include "serialize.h"
 
 #include <limits.h>
+#include <stdio.h>
 #include <string>
 #include <vector>