summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBilly Donahue <billy.donahue@mongodb.com>2021-03-31 11:58:48 -0400
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2021-10-21 16:30:27 +0000
commite9a9c9f342381cbe332bb1c46ecfbd15924c7150 (patch)
tree98768dd883033d8d31eb134591eca1b051db1436
parent20a16fa48730dd22cb330f2086f00b08147714d3 (diff)
downloadmongo-e9a9c9f342381cbe332bb1c46ecfbd15924c7150.tar.gz
SERVER-55395 stdx/thread.h needs cstdlib
(cherry picked from commit 47f28ebf7feb4c37e9bdf07d0356d389c75ad5f3)
-rw-r--r--src/mongo/stdx/thread.h1
1 files changed, 1 insertions, 0 deletions
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 <csignal>
#include <cstddef>
#include <cstdint>
+#include <cstdlib>
#include <ctime>
#include <exception>
#include <thread>