From eb751789ebe5af3e91b5dcfc8832d197b175635b Mon Sep 17 00:00:00 2001 From: Ozan Tezcan Date: Sat, 13 Aug 2022 13:43:01 +0300 Subject: [PATCH] sc_array: Include string.h for memmove() (#93) sc_array: Include string.h for memmove() This is just to silence compiler warning for mingw build --- array/sc_array.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/array/sc_array.h b/array/sc_array.h index b4b58a2..ffa3c3b 100644 --- a/array/sc_array.h +++ b/array/sc_array.h @@ -33,7 +33,7 @@ #define SC_ARRAY_H #include -#include +#include #include #include #include