Skip to content

Commit 57ca695

Browse files
committed
Adding necessary cstdlib include for Clang.
1 parent 98c5306 commit 57ca695

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Release/include/cpprest/details/SafeInt3.hpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,7 @@ Please read the leading comments before using the class.
8383

8484
// Need this for ptrdiff_t on some compilers
8585
#include <cstddef>
86+
#include <cstdlib>
8687

8788
#if SAFEINT_COMPILER == VISUAL_STUDIO_COMPILER && defined _M_AMD64
8889
#include <intrin.h>

0 commit comments

Comments
 (0)