Skip to content

Commit

Permalink
Include cstring in StandardCLibrary.h
Browse files Browse the repository at this point in the history
  • Loading branch information
glennvl committed Apr 6, 2023
1 parent d51a055 commit 7d97dd6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions include/CppUTest/StandardCLibrary.h
Expand Up @@ -14,6 +14,7 @@
#ifdef __cplusplus
#if CPPUTEST_USE_STD_CPP_LIB
#include <cstdlib>
#include <cstring>
#include <string>
#endif
#endif
Expand Down

0 comments on commit 7d97dd6

Please sign in to comment.