From 8578362f45ec797e0c85ec9a85dbd2ea9215be23 Mon Sep 17 00:00:00 2001 From: Jacob Evans Date: Tue, 9 Aug 2022 21:39:09 +0000 Subject: SERVER-68653 Fix compilation on gcc addendum --- src/mongo/stdx/thread.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/mongo/stdx') diff --git a/src/mongo/stdx/thread.h b/src/mongo/stdx/thread.h index 6f1e16cdeb3..d467af99fad 100644 --- a/src/mongo/stdx/thread.h +++ b/src/mongo/stdx/thread.h @@ -29,6 +29,7 @@ #pragma once +#include #include #include #include -- cgit v1.2.1