From e9a9c9f342381cbe332bb1c46ecfbd15924c7150 Mon Sep 17 00:00:00 2001 From: Billy Donahue Date: Wed, 31 Mar 2021 11:58:48 -0400 Subject: SERVER-55395 stdx/thread.h needs cstdlib (cherry picked from commit 47f28ebf7feb4c37e9bdf07d0356d389c75ad5f3) --- src/mongo/stdx/thread.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/mongo/stdx/thread.h b/src/mongo/stdx/thread.h index a4142323752..6f1e16cdeb3 100644 --- a/src/mongo/stdx/thread.h +++ b/src/mongo/stdx/thread.h @@ -33,6 +33,7 @@ #include #include #include +#include #include #include #include -- cgit v1.2.1