diff options
Diffstat (limited to 'src/mongo/util/mmap_mm.cpp')
-rw-r--r-- | src/mongo/util/mmap_mm.cpp | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/mongo/util/mmap_mm.cpp b/src/mongo/util/mmap_mm.cpp index a58aaaec040..4295b820c0e 100644 --- a/src/mongo/util/mmap_mm.cpp +++ b/src/mongo/util/mmap_mm.cpp @@ -15,8 +15,9 @@ * limitations under the License. */ -#include "pch.h" -#include "mmap.h" +#include "mongo/pch.h" + +#include "mongo/util/mmap.h" /* in memory (no file) version */ |