Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 839519
Collapse All | Expand All

(-)mongodb-src-r4.4.10/src/mongo/db/storage/storage_repair_observer.cpp (+1 lines)
Lines 42-47 Link Here
42
#endif
42
#endif
43
43
44
#include <boost/filesystem/path.hpp>
44
#include <boost/filesystem/path.hpp>
45
#include <boost/filesystem/fstream.hpp>
45
46
46
#include "mongo/db/dbhelpers.h"
47
#include "mongo/db/dbhelpers.h"
47
#include "mongo/db/operation_context.h"
48
#include "mongo/db/operation_context.h"
(-)mongodb-src-r4.4.10/src/mongo/db/storage/wiredtiger/wiredtiger_util.cpp (+1 lines)
Lines 37-42 Link Here
37
37
38
#include <boost/filesystem.hpp>
38
#include <boost/filesystem.hpp>
39
#include <boost/filesystem/path.hpp>
39
#include <boost/filesystem/path.hpp>
40
#include <boost/filesystem/fstream.hpp>
40
41
41
#include "mongo/base/simple_string_data_comparator.h"
42
#include "mongo/base/simple_string_data_comparator.h"
42
#include "mongo/bson/bsonobjbuilder.h"
43
#include "mongo/bson/bsonobjbuilder.h"
(-)mongodb-src-r4.4.10/src/mongo/shell/shell_utils_extended.cpp (+1 lines)
Lines 37-42 Link Here
37
#endif
37
#endif
38
38
39
#include <boost/filesystem.hpp>
39
#include <boost/filesystem.hpp>
40
#include <boost/filesystem/fstream.hpp>
40
#include <fstream>
41
#include <fstream>
41
42
42
#include "mongo/bson/bson_validate.h"
43
#include "mongo/bson/bson_validate.h"
(-)mongodb-src-r4.4.10/src/mongo/util/processinfo_linux.cpp (+1 lines)
Lines 52-57 Link Here
52
#endif
52
#endif
53
53
54
#include <boost/filesystem.hpp>
54
#include <boost/filesystem.hpp>
55
#include <boost/filesystem/fstream.hpp>
55
#include <boost/none.hpp>
56
#include <boost/none.hpp>
56
#include <boost/optional.hpp>
57
#include <boost/optional.hpp>
57
#include <fmt/format.h>
58
#include <fmt/format.h>
(-)mongodb-src-r4.4.10/src/mongo/util/stacktrace_threads.cpp (+1 lines)
Lines 36-41 Link Here
36
#include <array>
36
#include <array>
37
#include <atomic>
37
#include <atomic>
38
#include <boost/filesystem.hpp>
38
#include <boost/filesystem.hpp>
39
#include <boost/filesystem/fstream.hpp>
39
#include <cctype>
40
#include <cctype>
40
#include <cstdint>
41
#include <cstdint>
41
#include <cstdlib>
42
#include <cstdlib>

Return to bug 839519