summaryrefslogtreecommitdiff
path: root/src/mongo/db/repl/apply_ops.cpp
diff options
context:
space:
mode:
authorDavid Storch <david.storch@mongodb.com>2022-06-22 16:38:02 -0400
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2022-06-22 22:46:02 +0000
commiteb8e6a0a8f090d761fc8450670c7636d976effc7 (patch)
tree382dc63c25f3613af8ffb5b1d59c8ef4612ffb86 /src/mongo/db/repl/apply_ops.cpp
parent3fa2961b6463ffa5a1ef1211ed2162965fa9cb19 (diff)
downloadmongo-eb8e6a0a8f090d761fc8450670c7636d976effc7.tar.gz
SERVER-62206 Remove DBClientBase::query_DEPRECATED()
Also includes related simplifications to the implementation of 'DBClientCursor'.
Diffstat (limited to 'src/mongo/db/repl/apply_ops.cpp')
-rw-r--r--src/mongo/db/repl/apply_ops.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mongo/db/repl/apply_ops.cpp b/src/mongo/db/repl/apply_ops.cpp
index 7cae9ba2b01..4887982c95c 100644
--- a/src/mongo/db/repl/apply_ops.cpp
+++ b/src/mongo/db/repl/apply_ops.cpp
@@ -31,6 +31,7 @@
#include "mongo/db/repl/apply_ops.h"
#include "mongo/bson/util/bson_extract.h"
+#include "mongo/client/client_deprecated.h"
#include "mongo/db/catalog/collection.h"
#include "mongo/db/catalog/database.h"
#include "mongo/db/catalog/database_holder.h"