summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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>