summaryrefslogtreecommitdiff
path: root/src/mongo/shell
diff options
context:
space:
mode:
authorAndrew Morrow <acm@mongodb.com>2022-05-25 14:00:15 -0400
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2022-05-26 19:34:29 +0000
commit13389dc222fc372442be8c147e09685bb9a26a3a (patch)
treeea0a71cb7c819cfeef95368fa01b2742c59c972e /src/mongo/shell
parent0cc2ede603fd954224356ea2bde2cad8bea65afa (diff)
downloadmongo-13389dc222fc372442be8c147e09685bb9a26a3a.tar.gz
SERVER-60440 Upgrade boost to 1.79.0
- Reapply the fix for SERVER-46008 for boost 1.79.0 - Reapply the slist fix from SERVER-44079 to boost 1.79.0 - Reapply the fix from SERVER-55204 to boost 1.79.0
Diffstat (limited to 'src/mongo/shell')
-rw-r--r--src/mongo/shell/shell_utils_extended.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mongo/shell/shell_utils_extended.cpp b/src/mongo/shell/shell_utils_extended.cpp
index b2064e26044..89ecb4ab095 100644
--- a/src/mongo/shell/shell_utils_extended.cpp
+++ b/src/mongo/shell/shell_utils_extended.cpp
@@ -36,6 +36,7 @@
#endif
#include <boost/filesystem.hpp>
+#include <boost/filesystem/fstream.hpp>
#include <fmt/format.h>
#include <fstream>