diff options
author | Andrew Morrow <acm@mongodb.com> | 2015-01-04 01:12:26 -0500 |
---|---|---|
committer | Andrew Morrow <acm@mongodb.com> | 2015-01-05 18:27:02 -0500 |
commit | 99ce8f87a164d48fd899699bb678d456eaa1323a (patch) | |
tree | 71d43a7ace8e6039a2586881986b937ac87242d1 /src/mongo/shell/shell_options_init.cpp | |
parent | b118aa80968dd9e585f8f34b4599bbabefdf6a99 (diff) | |
download | mongo-99ce8f87a164d48fd899699bb678d456eaa1323a.tar.gz |
SERVER-13256 Scope iostream more narrowly
Diffstat (limited to 'src/mongo/shell/shell_options_init.cpp')
-rw-r--r-- | src/mongo/shell/shell_options_init.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mongo/shell/shell_options_init.cpp b/src/mongo/shell/shell_options_init.cpp index 685f88fe6bc..a19268e9f1a 100644 --- a/src/mongo/shell/shell_options_init.cpp +++ b/src/mongo/shell/shell_options_init.cpp @@ -28,6 +28,8 @@ #include "mongo/shell/shell_options.h" +#include <iostream> + #include "mongo/util/options_parser/startup_option_init.h" #include "mongo/util/options_parser/startup_options.h" #include "mongo/util/quick_exit.h" |