aboutsummaryrefslogtreecommitdiff
path: root/src/allocators.h
diff options
context:
space:
mode:
authorPieter Wuille <[email protected]>2012-04-21 15:13:29 -0700
committerPieter Wuille <[email protected]>2012-04-21 15:13:29 -0700
commit6a7a42be16e09fbbdeb7f61051aa50a2f56c6bc3 (patch)
treea92f0f5500ecdb1817e9d353a9c7babfaf5fb8b4 /src/allocators.h
parentMerge pull request #1122 from dlitz/unsigned-char-fix (diff)
parentAdd missing includes. (Fix bulding under GCC 4.7) (diff)
downloaddiscoin-6a7a42be16e09fbbdeb7f61051aa50a2f56c6bc3.tar.xz
discoin-6a7a42be16e09fbbdeb7f61051aa50a2f56c6bc3.zip
Merge pull request #1126 from drizztbsd/master
Fix build with gcc 4.7
Diffstat (limited to 'src/allocators.h')
-rw-r--r--src/allocators.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/allocators.h b/src/allocators.h
index cdea66dd3..fa9534bc5 100644
--- a/src/allocators.h
+++ b/src/allocators.h
@@ -5,6 +5,7 @@
#ifndef BITCOIN_ALLOCATORS_H
#define BITCOIN_ALLOCATORS_H
+#include <string.h>
#include <string>
#ifdef WIN32