| Server IP : 82.208.35.60 / Your IP : 216.73.216.89 Web Server : Apache/2.4.55 (FreeBSD) OpenSSL/1.1.1q-freebsd PHP/7.3.31 System : FreeBSD server7.d2m.cz 12.4-RELEASE-p9 FreeBSD 12.4-RELEASE-p9 GENERIC amd64 User : studiokobylisy_cz ( 1008) PHP Version : 7.3.31 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /usr/ports/databases/mongodb50/files/ |
Upload File : |
--- src/mongo/db/auth/security_key_test.cpp +++ src/mongo/db/auth/security_key_test.cpp @@ -30,6 +30,7 @@ #include "mongo/platform/basic.h" #include <boost/filesystem.hpp> +#include <boost/filesystem/fstream.hpp> #include "mongo/base/string_data.h" #include "mongo/db/auth/authorization_manager.h" --- src/mongo/db/storage/storage_repair_observer.cpp +++ src/mongo/db/storage/storage_repair_observer.cpp @@ -41,6 +41,7 @@ #include <sys/types.h> #endif +#include <boost/filesystem/fstream.hpp> #include <boost/filesystem/path.hpp> #include "mongo/db/dbhelpers.h" --- src/mongo/db/storage/wiredtiger/wiredtiger_kv_engine_test.cpp +++ src/mongo/db/storage/wiredtiger/wiredtiger_kv_engine_test.cpp @@ -34,6 +34,7 @@ #include "mongo/db/storage/kv/kv_engine_test_harness.h" #include <boost/filesystem.hpp> +#include <boost/filesystem/fstream.hpp> #include <boost/filesystem/path.hpp> #include <memory> --- src/mongo/db/storage/wiredtiger/wiredtiger_util.cpp +++ src/mongo/db/storage/wiredtiger/wiredtiger_util.cpp @@ -36,6 +36,7 @@ #include <limits> #include <boost/filesystem.hpp> +#include <boost/filesystem/fstream.hpp> #include <boost/filesystem/path.hpp> #include "mongo/base/simple_string_data_comparator.h" --- src/mongo/shell/shell_utils_extended.cpp +++ src/mongo/shell/shell_utils_extended.cpp @@ -37,6 +37,7 @@ #endif #include <boost/filesystem.hpp> +#include <boost/filesystem/fstream.hpp> #include <fmt/format.h> #include <fstream> --- src/mongo/util/stacktrace_threads.cpp +++ src/mongo/util/stacktrace_threads.cpp @@ -36,6 +36,7 @@ #include <array> #include <atomic> #include <boost/filesystem.hpp> +#include <boost/filesystem/fstream.hpp> #include <cstdint> #include <cstdlib> #include <dirent.h> --- src/mongo/util/processinfo_linux.cpp +++ src/mongo/util/processinfo_linux.cpp @@ -36,6 +36,7 @@ #include <iostream> #include <malloc.h> #include <pcrecpp.h> +#include <fstream> #include <sched.h> #include <stdio.h> #include <sys/mman.h>