summaryrefslogtreecommitdiff
path: root/src/mongo/db/clientcursor.cpp
diff options
context:
space:
mode:
authorDaniel Moody <daniel.moody@mongodb.com>2023-01-17 10:56:30 -0600
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2023-01-20 23:56:24 +0000
commitf295f411cfa181bef2792909e32fe857d7f1c2ce (patch)
treebd25bbd4c74bb15bef3ef2719aaca48867e40e49 /src/mongo/db/clientcursor.cpp
parent3ba868bd5c52de01872fa8d9ee128bb13e18c0f7 (diff)
downloadmongo-f295f411cfa181bef2792909e32fe857d7f1c2ce.tar.gz
SERVER-72935 switch c stdlib headers to cpp compat stdlib headers
Diffstat (limited to 'src/mongo/db/clientcursor.cpp')
-rw-r--r--src/mongo/db/clientcursor.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/db/clientcursor.cpp b/src/mongo/db/clientcursor.cpp
index 47e70214fc6..3e9469fa067 100644
--- a/src/mongo/db/clientcursor.cpp
+++ b/src/mongo/db/clientcursor.cpp
@@ -29,8 +29,8 @@
#include "mongo/db/clientcursor.h"
+#include <ctime>
#include <string>
-#include <time.h>
#include <vector>
#include "mongo/db/audit.h"