Skip to content

Commit b963a41

Browse files
Update gloo/common/utils.cc
Co-authored-by: Paul Ganssle <[email protected]>
1 parent 62c072d commit b963a41

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gloo/common/utils.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
#ifdef _WIN32
1212
#include <winsock2.h>
1313
#else
14-
#include <stdlib.h>
14+
#include <cstdlib>
1515
#include <unistd.h>
1616
#endif
1717

0 commit comments

Comments
 (0)