diff options
author | Eliot Horowitz <eliot@10gen.com> | 2014-04-11 12:50:07 -0400 |
---|---|---|
committer | Eliot Horowitz <eliot@10gen.com> | 2014-04-13 13:04:01 -0400 |
commit | 12a2947ebd5ebbf5282e2d5e2c673eeae840f578 (patch) | |
tree | b324e624d17136c141ba5dd440f1fc2d0e627bca /src/mongo/dbtests/pdfiletests.cpp | |
parent | ef8a276ff82fabbee10de675830defe8de3956be (diff) | |
download | mongo-12a2947ebd5ebbf5282e2d5e2c673eeae840f578.tar.gz |
SERVER-13084: some work on DiskLoc::ext
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 cba1809fe50..2260658f1ab 100644 --- a/src/mongo/dbtests/pdfiletests.cpp +++ b/src/mongo/dbtests/pdfiletests.cpp @@ -37,6 +37,7 @@ #include "mongo/db/ops/insert.h" #include "mongo/db/catalog/collection.h" #include "mongo/db/storage/data_file.h" +#include "mongo/db/storage/extent.h" #include "mongo/dbtests/dbtests.h" namespace PdfileTests { |