Merge pull request #1126 from drizztbsd/master

Fix build with gcc 4.7
This commit is contained in:
Pieter Wuille 2012-04-21 15:13:29 -07:00
commit 6a7a42be16
2 changed files with 2 additions and 0 deletions

View file

@ -5,6 +5,7 @@
#ifndef BITCOIN_ALLOCATORS_H
#define BITCOIN_ALLOCATORS_H
#include <string.h>
#include <string>
#ifdef WIN32

View file

@ -6,6 +6,7 @@
#define BITCOIN_UINT256_H
#include <limits.h>
#include <stdio.h>
#include <string.h>
#include <string>
#include <vector>