|
Added
Link Here
|
| 1 |
--- src/mongo/db/auth/security_key_test.cpp |
| 2 |
+++ src/mongo/db/auth/security_key_test.cpp |
| 3 |
@@ -30,6 +30,7 @@ |
| 4 |
#include "mongo/platform/basic.h" |
| 5 |
|
| 6 |
#include <boost/filesystem.hpp> |
| 7 |
+#include <boost/filesystem/fstream.hpp> |
| 8 |
|
| 9 |
#include "mongo/base/string_data.h" |
| 10 |
#include "mongo/db/auth/authorization_manager.h" |
| 11 |
--- src/mongo/db/storage/storage_repair_observer.cpp |
| 12 |
+++ src/mongo/db/storage/storage_repair_observer.cpp |
| 13 |
@@ -41,6 +41,7 @@ |
| 14 |
#include <sys/types.h> |
| 15 |
#endif |
| 16 |
|
| 17 |
+#include <boost/filesystem/fstream.hpp> |
| 18 |
#include <boost/filesystem/path.hpp> |
| 19 |
|
| 20 |
#include "mongo/db/dbhelpers.h" |
| 21 |
--- src/mongo/db/storage/wiredtiger/wiredtiger_kv_engine_test.cpp |
| 22 |
+++ src/mongo/db/storage/wiredtiger/wiredtiger_kv_engine_test.cpp |
| 23 |
@@ -34,6 +34,7 @@ |
| 24 |
#include "mongo/db/storage/kv/kv_engine_test_harness.h" |
| 25 |
|
| 26 |
#include <boost/filesystem.hpp> |
| 27 |
+#include <boost/filesystem/fstream.hpp> |
| 28 |
#include <boost/filesystem/path.hpp> |
| 29 |
#include <memory> |
| 30 |
|
| 31 |
--- src/mongo/db/storage/wiredtiger/wiredtiger_util.cpp |
| 32 |
+++ src/mongo/db/storage/wiredtiger/wiredtiger_util.cpp |
| 33 |
@@ -36,6 +36,7 @@ |
| 34 |
#include <limits> |
| 35 |
|
| 36 |
#include <boost/filesystem.hpp> |
| 37 |
+#include <boost/filesystem/fstream.hpp> |
| 38 |
#include <boost/filesystem/path.hpp> |
| 39 |
|
| 40 |
#include "mongo/base/simple_string_data_comparator.h" |
| 41 |
--- src/mongo/shell/shell_utils_extended.cpp |
| 42 |
+++ src/mongo/shell/shell_utils_extended.cpp |
| 43 |
@@ -37,6 +37,7 @@ |
| 44 |
#endif |
| 45 |
|
| 46 |
#include <boost/filesystem.hpp> |
| 47 |
+#include <boost/filesystem/fstream.hpp> |
| 48 |
#include <fmt/format.h> |
| 49 |
#include <fstream> |
| 50 |
|
| 51 |
--- src/mongo/util/stacktrace_threads.cpp |
| 52 |
+++ src/mongo/util/stacktrace_threads.cpp |
| 53 |
@@ -36,6 +36,7 @@ |
| 54 |
#include <array> |
| 55 |
#include <atomic> |
| 56 |
#include <boost/filesystem.hpp> |
| 57 |
+#include <boost/filesystem/fstream.hpp> |
| 58 |
#include <cstdint> |
| 59 |
#include <cstdlib> |
| 60 |
#include <dirent.h> |
| 61 |
--- src/mongo/util/processinfo_linux.cpp |
| 62 |
+++ src/mongo/util/processinfo_linux.cpp |
| 63 |
@@ -36,6 +36,7 @@ |
| 64 |
#include <iostream> |
| 65 |
#include <malloc.h> |
| 66 |
#include <pcrecpp.h> |
| 67 |
+#include <fstream> |
| 68 |
#include <sched.h> |
| 69 |
#include <stdio.h> |
| 70 |
#include <sys/mman.h> |