summaryrefslogtreecommitdiff
path: root/src/mongo/dbtests/dbhelper_tests.cpp
diff options
context:
space:
mode:
authorKaloian Manassiev <kaloian.manassiev@mongodb.com>2014-10-16 14:36:28 -0400
committerKaloian Manassiev <kaloian.manassiev@mongodb.com>2014-10-30 18:42:54 -0400
commitbc51c5e5b20a24fcfa3e0ecb5595f563abb7086a (patch)
tree6c6c0eb485ca7eb8a670b2078328716b857fda87 /src/mongo/dbtests/dbhelper_tests.cpp
parentff475aa6c4eede38e7cf56853e3e11052e2e6511 (diff)
downloadmongo-bc51c5e5b20a24fcfa3e0ecb5595f563abb7086a.tar.gz
SERVER-15614 Move inProcCmd to a separate file and clean includes
It is currently in instance.cpp, which is very cluttered. This change is in preparation for the db.currentOp fix.
Diffstat (limited to 'src/mongo/dbtests/dbhelper_tests.cpp')
-rw-r--r--src/mongo/dbtests/dbhelper_tests.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mongo/dbtests/dbhelper_tests.cpp b/src/mongo/dbtests/dbhelper_tests.cpp
index 987874ff3b3..e615b653bb6 100644
--- a/src/mongo/dbtests/dbhelper_tests.cpp
+++ b/src/mongo/dbtests/dbhelper_tests.cpp
@@ -28,6 +28,7 @@
#include "mongo/client/dbclientcursor.h"
#include "mongo/db/catalog/collection.h"
+#include "mongo/db/catalog/database_holder.h"
#include "mongo/db/dbdirectclient.h"
#include "mongo/db/dbhelpers.h"
#include "mongo/db/operation_context_impl.h"