summaryrefslogtreecommitdiff
path: root/src/mongo/tools
diff options
context:
space:
mode:
authorEliot Horowitz <eliot@10gen.com>2014-04-11 12:50:07 -0400
committerEliot Horowitz <eliot@10gen.com>2014-04-13 13:04:01 -0400
commit12a2947ebd5ebbf5282e2d5e2c673eeae840f578 (patch)
treeb324e624d17136c141ba5dd440f1fc2d0e627bca /src/mongo/tools
parentef8a276ff82fabbee10de675830defe8de3956be (diff)
downloadmongo-12a2947ebd5ebbf5282e2d5e2c673eeae840f578.tar.gz
SERVER-13084: some work on DiskLoc::ext
Diffstat (limited to 'src/mongo/tools')
-rw-r--r--src/mongo/tools/dump.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mongo/tools/dump.cpp b/src/mongo/tools/dump.cpp
index 79c2bda3a0e..e63d69cc8a3 100644
--- a/src/mongo/tools/dump.cpp
+++ b/src/mongo/tools/dump.cpp
@@ -41,6 +41,7 @@
#include "mongo/db/db.h"
#include "mongo/db/namespace_string.h"
#include "mongo/db/catalog/collection.h"
+#include "mongo/db/storage/extent.h"
#include "mongo/db/structure/catalog/namespace_details.h"
#include "mongo/tools/mongodump_options.h"
#include "mongo/tools/tool.h"