summaryrefslogtreecommitdiff
path: root/src/mongo/stdx
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-03-31 20:10:17 +0000
commit47f28ebf7feb4c37e9bdf07d0356d389c75ad5f3 (patch)
tree0513f82596f3605f4fe41d12bccd3dd86ada4f24 /src/mongo/stdx
parent2f63775f91c2348a1354dbdc999318989328333a (diff)
downloadmongo-47f28ebf7feb4c37e9bdf07d0356d389c75ad5f3.tar.gz
SERVER-55395 stdx/thread.h needs cstdlib
Diffstat (limited to 'src/mongo/stdx')
-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 f8058279e34..7b15bb561bd 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>