summaryrefslogtreecommitdiff
path: root/src/mongo/stdx/chrono.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/stdx/chrono.h')
-rw-r--r--src/mongo/stdx/chrono.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mongo/stdx/chrono.h b/src/mongo/stdx/chrono.h
index 47ab2a2d231..39d49cd876c 100644
--- a/src/mongo/stdx/chrono.h
+++ b/src/mongo/stdx/chrono.h
@@ -28,12 +28,12 @@
#pragma once
-#include <boost/chrono.hpp>
+#include <chrono>
namespace mongo {
namespace stdx {
-namespace chrono = boost::chrono; // NOLINT
+namespace chrono = ::std::chrono; // NOLINT
} // namespace stdx
} // namespace mongo