Details
-
Bug
-
Resolution: Done
-
Minor - P4
-
None
-
3.4.24
-
None
-
None
-
NetBSD pkgsrc
-
Server Triage
Description
After bumping boost version, shared_ptr in durop.h errors. Fixed by adding include of <memory>.
--- src/mongo/db/storage/mmap_v1/durop.h.orig 2020-01-08 16:30:41.000000000 +0000 |
+++ src/mongo/db/storage/mmap_v1/durop.h
|
@@ -30,6 +30,7 @@ |
|
#pragma once
|
|
+#include <memory>
|
|
#include "mongo/db/storage/mmap_v1/dur_journalformat.h" |
#include "mongo/db/storage/paths.h" |
|
NetBSD pkgsrc is currently carrying a patch to fix this.