summaryrefslogtreecommitdiff
path: root/src/mongo/executor
diff options
context:
space:
mode:
authorKaloian Manassiev <kaloian.manassiev@mongodb.com>2017-02-18 11:04:22 -0500
committerKaloian Manassiev <kaloian.manassiev@mongodb.com>2017-02-18 11:07:51 -0500
commit37f8730b1ed1a4d51dd65dad439e41aff1869484 (patch)
tree3ecd6a33e8644f238f791846d1b1518a219acba9 /src/mongo/executor
parent52984455b85605acee3855aa6fbb67b0cde25470 (diff)
downloadmongo-37f8730b1ed1a4d51dd65dad439e41aff1869484.tar.gz
SERVER-27855 Add missing include to network_interface_asio_test.cpp
Diffstat (limited to 'src/mongo/executor')
-rw-r--r--src/mongo/executor/network_interface_asio_test.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mongo/executor/network_interface_asio_test.cpp b/src/mongo/executor/network_interface_asio_test.cpp
index 63f54daa9ed..d2a1d342915 100644
--- a/src/mongo/executor/network_interface_asio_test.cpp
+++ b/src/mongo/executor/network_interface_asio_test.cpp
@@ -42,6 +42,7 @@
#include "mongo/executor/test_network_connection_hook.h"
#include "mongo/rpc/factory.h"
#include "mongo/rpc/legacy_reply_builder.h"
+#include "mongo/rpc/metadata/egress_metadata_hook_list.h"
#include "mongo/stdx/memory.h"
#include "mongo/unittest/unittest.h"
#include "mongo/util/log.h"