From 6ee00c6473d790afd1d1dd91b7c6991397aaec39 Mon Sep 17 00:00:00 2001 From: Mathias Stearn Date: Mon, 28 Apr 2014 17:10:04 -0400 Subject: SERVER-13635 Don't include extent_manger.h in database.h --- src/mongo/dbtests/pdfiletests.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/mongo/dbtests/pdfiletests.cpp') diff --git a/src/mongo/dbtests/pdfiletests.cpp b/src/mongo/dbtests/pdfiletests.cpp index 2260658f1ab..d4a00be89f7 100644 --- a/src/mongo/dbtests/pdfiletests.cpp +++ b/src/mongo/dbtests/pdfiletests.cpp @@ -38,6 +38,7 @@ #include "mongo/db/catalog/collection.h" #include "mongo/db/storage/data_file.h" #include "mongo/db/storage/extent.h" +#include "mongo/db/storage/extent_manager.h" #include "mongo/dbtests/dbtests.h" namespace PdfileTests { -- cgit v1.2.1