Add missing includes. (Fix bulding under GCC 4.7)
authorTimothy Redaelli <timothy.redaelli@gmail.com>
Fri, 20 Apr 2012 10:50:57 +0000 (12:50 +0200)
committerLuke Dashjr <luke-jr+git@utopios.org>
Sun, 22 Apr 2012 13:41:51 +0000 (09:41 -0400)
(Note: GCC 4.7 build NOT tested with backports -Luke)

src/uint256.h

index 0add804..320ee7e 100644 (file)
@@ -8,6 +8,7 @@
 #include "serialize.h"
 
 #include <limits.h>
+#include <stdio.h>
 #include <string>
 #include <vector>