From 51dce76324173089098e8c9fd09e46b98b32adc4 Mon Sep 17 00:00:00 2001 From: Andrew Morrow Date: Wed, 18 Apr 2018 18:28:13 -0400 Subject: SERVER-34805 Refactor the network libraries and move messages types to rpc/protocol --- src/mongo/s/commands/cluster_is_master_cmd.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/mongo/s/commands/cluster_is_master_cmd.cpp') diff --git a/src/mongo/s/commands/cluster_is_master_cmd.cpp b/src/mongo/s/commands/cluster_is_master_cmd.cpp index 2b45078ab2d..d94f6abb182 100644 --- a/src/mongo/s/commands/cluster_is_master_cmd.cpp +++ b/src/mongo/s/commands/cluster_is_master_cmd.cpp @@ -40,7 +40,7 @@ #include "mongo/rpc/metadata/client_metadata_ismaster.h" #include "mongo/transport/message_compressor_manager.h" #include "mongo/util/map_util.h" -#include "mongo/util/net/sock.h" +#include "mongo/util/net/socket_utils.h" #include "mongo/util/version.h" namespace mongo { -- cgit v1.2.1