summaryrefslogtreecommitdiff
path: root/src/mongo/unittest
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/unittest
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/unittest')
-rw-r--r--src/mongo/unittest/golden_test.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mongo/unittest/golden_test.cpp b/src/mongo/unittest/golden_test.cpp
index 678112feec2..d2174e8f067 100644
--- a/src/mongo/unittest/golden_test.cpp
+++ b/src/mongo/unittest/golden_test.cpp
@@ -29,6 +29,7 @@
#include <boost/filesystem.hpp>
+#include <boost/filesystem/fstream.hpp>
#include <boost/iostreams/device/file_descriptor.hpp>
#include <boost/iostreams/stream.hpp>
#include <boost/iostreams/stream_buffer.hpp>