aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorTimothy Redaelli <timothy.redaelli@gmail.com>2012-04-20 12:50:57 +0200
committerLuke Dashjr <luke-jr+git@utopios.org>2012-04-22 09:41:51 -0400
commitd0fe14ffecda4af98ffe7b1523f9a903bf7518a0 (patch)
tree6eb3477a0a0e8dc09915e8686e6024ac44793c33 /src
parente5b980d72f808c46ea279d1fa5bfc1f8fb3363c3 (diff)
downloadbitcoin-d0fe14ffecda4af98ffe7b1523f9a903bf7518a0.tar.xz
Add missing includes. (Fix bulding under GCC 4.7)
(Note: GCC 4.7 build NOT tested with backports -Luke)
Diffstat (limited to 'src')
-rw-r--r--src/uint256.h1
1 files changed, 1 insertions, 0 deletions
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 <limits.h>
+#include <stdio.h>
#include <string>
#include <vector>