Skip to content

Commit e6b2c68

Browse files
authored
Fix missing header for getenv
Differential Revision: D72977300 Pull Request resolved: #416
1 parent c610704 commit e6b2c68

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

gloo/common/utils.cc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
#include <winsock2.h>
1313
#else
1414
#include <unistd.h>
15+
#include <cstdlib>
1516
#endif
1617

1718
#include "gloo/common/utils.h"

0 commit comments

Comments
 (0)