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/rpc/metadata.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/mongo/rpc/metadata.h') diff --git a/src/mongo/rpc/metadata.h b/src/mongo/rpc/metadata.h index 461927f32a7..b2b3ff13a3e 100644 --- a/src/mongo/rpc/metadata.h +++ b/src/mongo/rpc/metadata.h @@ -31,8 +31,8 @@ #include #include "mongo/base/status_with.h" +#include "mongo/rpc/op_msg.h" #include "mongo/stdx/functional.h" -#include "mongo/util/net/op_msg.h" namespace mongo { class BSONObj; -- cgit v1.2.1