summaryrefslogtreecommitdiff
path: root/src/mongo/db/repl/election_winner_declarer_test.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/db/repl/election_winner_declarer_test.cpp')
-rw-r--r--src/mongo/db/repl/election_winner_declarer_test.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mongo/db/repl/election_winner_declarer_test.cpp b/src/mongo/db/repl/election_winner_declarer_test.cpp
index f1bdb7e5af7..ce7cf5f7952 100644
--- a/src/mongo/db/repl/election_winner_declarer_test.cpp
+++ b/src/mongo/db/repl/election_winner_declarer_test.cpp
@@ -45,6 +45,8 @@ namespace repl {
namespace {
using executor::NetworkInterfaceMock;
+using executor::RemoteCommandRequest;
+using executor::RemoteCommandResponse;
using unittest::assertGet;
bool stringContains(const std::string& haystack, const std::string& needle) {