summaryrefslogtreecommitdiff
path: root/src/mongo/db/dbdirectclient.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/db/dbdirectclient.h')
-rw-r--r--src/mongo/db/dbdirectclient.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mongo/db/dbdirectclient.h b/src/mongo/db/dbdirectclient.h
index 315c17a8bdc..c0f5bf23400 100644
--- a/src/mongo/db/dbdirectclient.h
+++ b/src/mongo/db/dbdirectclient.h
@@ -55,6 +55,7 @@ public:
using DBClientBase::find;
using DBClientBase::insert;
using DBClientBase::remove;
+ using DBClientBase::runCommand;
using DBClientBase::update;
std::unique_ptr<DBClientCursor> find(FindCommandRequest findRequest,