diff options
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" |