Add missing includes. (Fix bulding under GCC 4.7)

This commit is contained in:
Timothy Redaelli 2012-04-20 12:50:57 +02:00
parent 3b9e6b7820
commit 9553c35d89
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>