diff options
author | Mathias Stearn <mathias@10gen.com> | 2014-04-28 17:10:04 -0400 |
---|---|---|
committer | Mathias Stearn <mathias@10gen.com> | 2014-04-29 09:06:25 -0400 |
commit | 6ee00c6473d790afd1d1dd91b7c6991397aaec39 (patch) | |
tree | 0ad1ac6ef0755aa810986f9a7267347c3ed6512b /src/mongo/dbtests/pdfiletests.cpp | |
parent | 9443c5c229a77366c3593964bd837cb29c2a0524 (diff) | |
download | mongo-6ee00c6473d790afd1d1dd91b7c6991397aaec39.tar.gz |
SERVER-13635 Don't include extent_manger.h in database.h
Diffstat (limited to 'src/mongo/dbtests/pdfiletests.cpp')
-rw-r--r-- | src/mongo/dbtests/pdfiletests.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
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 { |