summaryrefslogtreecommitdiff
path: root/src/mongo/shell/shell_utils_launcher.cpp
diff options
context:
space:
mode:
authorMathias Stearn <mathias@10gen.com>2019-04-25 10:04:28 -0400
committerMathias Stearn <mathias@10gen.com>2019-05-01 19:14:20 -0400
commit612492b81930005104f3f565f21e9c62b08bb246 (patch)
tree0b2876eac0a85ee9a1af872544b17c0975eac912 /src/mongo/shell/shell_utils_launcher.cpp
parentd2c92c689c9a2b4957c84caf32f4bc8e6c4a6709 (diff)
downloadmongo-612492b81930005104f3f565f21e9c62b08bb246.tar.gz
SERVER-40802 Don't include boost/algorithm/string.hpp in mongo_uri.h
Diffstat (limited to 'src/mongo/shell/shell_utils_launcher.cpp')
-rw-r--r--src/mongo/shell/shell_utils_launcher.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mongo/shell/shell_utils_launcher.cpp b/src/mongo/shell/shell_utils_launcher.cpp
index 34aa7c61d7e..736232614b0 100644
--- a/src/mongo/shell/shell_utils_launcher.cpp
+++ b/src/mongo/shell/shell_utils_launcher.cpp
@@ -39,6 +39,7 @@
#include <boost/iostreams/stream.hpp>
#include <boost/iostreams/stream_buffer.hpp>
#include <boost/iostreams/tee.hpp>
+#include <cctype>
#include <fcntl.h>
#include <iostream>
#include <iterator>