summaryrefslogtreecommitdiff
path: root/src/mongo/db/commands/test_commands.cpp
diff options
context:
space:
mode:
authorBenety Goh <benety@mongodb.com>2015-04-10 20:45:50 -0400
committerBenety Goh <benety@mongodb.com>2015-04-14 08:29:17 -0400
commitd8413d075b199afd2623791b8656133ca8681513 (patch)
tree50fdffb1a20f0ec980d63cc69fafb992a72461bb /src/mongo/db/commands/test_commands.cpp
parent81a1f70b87b3f3754931829b11faa0a53df64527 (diff)
downloadmongo-d8413d075b199afd2623791b8656133ca8681513.tar.gz
SERVER-17894 de-inlined InternalPlanner
Diffstat (limited to 'src/mongo/db/commands/test_commands.cpp')
-rw-r--r--src/mongo/db/commands/test_commands.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mongo/db/commands/test_commands.cpp b/src/mongo/db/commands/test_commands.cpp
index 14a636e4b5a..6ab83549325 100644
--- a/src/mongo/db/commands/test_commands.cpp
+++ b/src/mongo/db/commands/test_commands.cpp
@@ -35,6 +35,7 @@
#include "mongo/base/init.h"
#include "mongo/base/initializer_context.h"
#include "mongo/db/catalog/capped_utils.h"
+#include "mongo/db/catalog/collection.h"
#include "mongo/db/client.h"
#include "mongo/db/commands.h"
#include "mongo/db/db_raii.h"