Browse Source

Add missing includes. (Fix bulding under GCC 4.7)

0.8
Timothy Redaelli 13 years ago
parent
commit
9553c35d89
  1. 1
      src/allocators.h
  2. 1
      src/uint256.h

1
src/allocators.h

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

1
src/uint256.h

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

Loading…
Cancel
Save