Add missing includes. (Fix bulding under GCC 4.7)
[novacoin.git] / src / allocators.h
index cdea66d..fa9534b 100644 (file)
@@ -5,6 +5,7 @@
 #ifndef BITCOIN_ALLOCATORS_H
 #define BITCOIN_ALLOCATORS_H
 
+#include <string.h>
 #include <string>
 
 #ifdef WIN32