diff options
-rw-r--r-- | common/memorypool.h | 2 |
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 |