summaryrefslogtreecommitdiff
path: root/src/mongo/db/commands/isself.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/db/commands/isself.cpp')
-rw-r--r--src/mongo/db/commands/isself.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mongo/db/commands/isself.cpp b/src/mongo/db/commands/isself.cpp
index ebf6d5bceec..97f9b5def69 100644
--- a/src/mongo/db/commands/isself.cpp
+++ b/src/mongo/db/commands/isself.cpp
@@ -3,8 +3,9 @@
#include "pch.h"
#include "../../util/net/listen.h"
#include "../commands.h"
-#include "../../client/dbclient.h"
#include "../security.h"
+#include "mongo/util/net/hostandport.h"
+#include "mongo/client/dbclientinterface.h"
#include <boost/algorithm/string.hpp>