summaryrefslogtreecommitdiff
path: root/src/mongo/db/ops/count.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/db/ops/count.cpp')
-rw-r--r--src/mongo/db/ops/count.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mongo/db/ops/count.cpp b/src/mongo/db/ops/count.cpp
index 56f762d7516..b82cbcf5dd7 100644
--- a/src/mongo/db/ops/count.cpp
+++ b/src/mongo/db/ops/count.cpp
@@ -30,7 +30,9 @@
#include "mongo/db/ops/count.h"
+#include "mongo/db/client.h"
#include "mongo/db/clientcursor.h"
+#include "mongo/db/pdfile.h"
#include "mongo/db/query/get_runner.h"
namespace mongo {