summaryrefslogtreecommitdiff
path: root/src/mongo/dbtests/pdfiletests.cpp
diff options
context:
space:
mode:
authorEliot Horowitz <eliot@10gen.com>2014-03-04 17:28:45 -0500
committerEliot Horowitz <eliot@10gen.com>2014-04-03 13:31:48 -0400
commit7c249de45bf8c92359e01fd3b9b0c5a66a4f956d (patch)
tree97cbd66f5ec0a18065b9d1d823ed0d23f8fab1c4 /src/mongo/dbtests/pdfiletests.cpp
parent3aacfc36f6aa0a1ee31be5af566cc8a45d32e7d8 (diff)
downloadmongo-7c249de45bf8c92359e01fd3b9b0c5a66a4f956d.tar.gz
SERVER-11643: remove pdfile.h include all mess
Diffstat (limited to 'src/mongo/dbtests/pdfiletests.cpp')
-rw-r--r--src/mongo/dbtests/pdfiletests.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mongo/dbtests/pdfiletests.cpp b/src/mongo/dbtests/pdfiletests.cpp
index d3a8580acdc..cba1809fe50 100644
--- a/src/mongo/dbtests/pdfiletests.cpp
+++ b/src/mongo/dbtests/pdfiletests.cpp
@@ -36,6 +36,7 @@
#include "mongo/db/pdfile.h"
#include "mongo/db/ops/insert.h"
#include "mongo/db/catalog/collection.h"
+#include "mongo/db/storage/data_file.h"
#include "mongo/dbtests/dbtests.h"
namespace PdfileTests {