Skip to content

Commit

Permalink
Added csdtdef for std::nulptr
Browse files Browse the repository at this point in the history
  • Loading branch information
basvodde committed Dec 4, 2019
1 parent b0cf13c commit 1f4df78
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions include/CppUTest/StandardCLibrary.h
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,13 @@
/* Needed for malloc */
#include <stdlib.h>

/* Needed for std::nullptr */
#ifdef __cplusplus
#if CPPUTEST_USE_STD_CPP_LIB
#include <cstddef>
#endif
#endif

/* Needed for ... */
#include <stdarg.h>

Expand Down

0 comments on commit 1f4df78

Please sign in to comment.