aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--common/memorypool.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/memorypool.h b/common/memorypool.h
index af1c363234..b9c0b38595 100644
--- a/common/memorypool.h
+++ b/common/memorypool.h
@@ -26,7 +26,7 @@
#ifndef COMMON_MEMORYPOOL_H
#define COMMON_MEMORYPOOL_H
-#include <cstring>
+#include <string.h>
#include "common/array.h"
namespace Common