summaryrefslogtreecommitdiff
path: root/src/mongo/executor/async_multicaster.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/executor/async_multicaster.h')
-rw-r--r--src/mongo/executor/async_multicaster.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/executor/async_multicaster.h b/src/mongo/executor/async_multicaster.h
index c2bc9e0be93..63eaaa4993d 100644
--- a/src/mongo/executor/async_multicaster.h
+++ b/src/mongo/executor/async_multicaster.h
@@ -34,7 +34,7 @@
#include "mongo/executor/remote_command_response.h"
#include "mongo/executor/task_executor.h"
-#include "mongo/stdx/mutex.h"
+#include "mongo/platform/mutex.h"
#include "mongo/util/net/hostandport.h"
namespace mongo {