Add missing mmap_v1_engine.cpp is using major()/minor(), which are defined by . This header file was implicitly included by in glibc < 2.28. But this glibc 2.28, this is no longer the case, so needs to be included explicitly. Signed-off-by: Florian La Roche --- ./src/mongo/db/storage/mmap_v1/mmap_v1_engine.cpp +++ ./src/mongo/db/storage/mmap_v1/mmap_v1_engine.cpp @@ -32,6 +32,7 @@ #include "mongo/db/storage/mmap_v1/mmap_v1_engine.h" +#include #include #include #include