summaryrefslogtreecommitdiff
path: root/src/mongo/client/scoped_db_conn_test.cpp
diff options
context:
space:
mode:
authorAndy Schwerin <schwerin@mongodb.com>2014-06-27 14:31:29 -0400
committerAndy Schwerin <schwerin@mongodb.com>2014-06-27 15:15:27 -0400
commitcf9d8c3ff9733686326fa2a96cd654cd8be3818a (patch)
tree0d3b83613b810d71560605ab6f84e7b8497cdc07 /src/mongo/client/scoped_db_conn_test.cpp
parent207c8850f59a5f3ad113211167ad6844761ea264 (diff)
downloadmongo-cf9d8c3ff9733686326fa2a96cd654cd8be3818a.tar.gz
SERVER-14374 Include server_options.h as needed and apply the std:: namespace when missing.
Previously, the affected files compiled because of indirect includes from hostandport.h
Diffstat (limited to 'src/mongo/client/scoped_db_conn_test.cpp')
-rw-r--r--src/mongo/client/scoped_db_conn_test.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mongo/client/scoped_db_conn_test.cpp b/src/mongo/client/scoped_db_conn_test.cpp
index fb90735b1cb..22126b38360 100644
--- a/src/mongo/client/scoped_db_conn_test.cpp
+++ b/src/mongo/client/scoped_db_conn_test.cpp
@@ -28,6 +28,7 @@
#include "mongo/base/init.h"
#include "mongo/client/connpool.h"
#include "mongo/platform/cstdint.h"
+#include "mongo/util/net/listen.h"
#include "mongo/util/net/message_port.h"
#include "mongo/util/net/message_server.h"
#include "mongo/util/fail_point_service.h"