summaryrefslogtreecommitdiff
path: root/src/mongo/util/background_thread_clock_source.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/util/background_thread_clock_source.h')
-rw-r--r--src/mongo/util/background_thread_clock_source.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/util/background_thread_clock_source.h b/src/mongo/util/background_thread_clock_source.h
index 4b2d13324c2..4d106780601 100644
--- a/src/mongo/util/background_thread_clock_source.h
+++ b/src/mongo/util/background_thread_clock_source.h
@@ -30,11 +30,11 @@
#pragma once
#include <chrono>
+#include <memory>
#include <thread>
#include "mongo/platform/atomic_word.h"
#include "mongo/stdx/condition_variable.h"
-#include "mongo/stdx/memory.h"
#include "mongo/stdx/mutex.h"
#include "mongo/stdx/thread.h"
#include "mongo/util/clock_source.h"