From 7d97dd632606a0a292273f90b2b7d2a63f153e33 Mon Sep 17 00:00:00 2001 From: Glenn Van Loon Date: Thu, 6 Apr 2023 09:10:58 +0200 Subject: [PATCH] Include cstring in StandardCLibrary.h --- include/CppUTest/StandardCLibrary.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/CppUTest/StandardCLibrary.h b/include/CppUTest/StandardCLibrary.h index c0ef7aa99..ad901727d 100644 --- a/include/CppUTest/StandardCLibrary.h +++ b/include/CppUTest/StandardCLibrary.h @@ -14,6 +14,7 @@ #ifdef __cplusplus #if CPPUTEST_USE_STD_CPP_LIB #include + #include #include #endif #endif