summaryrefslogtreecommitdiff
path: root/src/mongo/db/instance.cpp
diff options
context:
space:
mode:
authorHari Khalsa <hkhalsa@10gen.com>2014-01-13 14:28:54 -0500
committerHari Khalsa <hkhalsa@10gen.com>2014-01-14 10:30:26 -0500
commit12c261b2cb30ed3e50261abad95df249a5503283 (patch)
tree25ad8622f38867b2fc51c074d42f6784a8a69da5 /src/mongo/db/instance.cpp
parent59b0371902b5b278ef1e88a9c15424c6efeea666 (diff)
downloadmongo-12c261b2cb30ed3e50261abad95df249a5503283.tar.gz
SERVER-10026 SERVER-12046 SERVER-12113 runner/stage invalidation can be mutation or deletion
Diffstat (limited to 'src/mongo/db/instance.cpp')
-rw-r--r--src/mongo/db/instance.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mongo/db/instance.cpp b/src/mongo/db/instance.cpp
index 3f2b529d352..af361a73408 100644
--- a/src/mongo/db/instance.cpp
+++ b/src/mongo/db/instance.cpp
@@ -60,6 +60,7 @@
#include "mongo/db/json.h"
#include "mongo/db/kill_current_op.h"
#include "mongo/db/lasterror.h"
+#include "mongo/db/matcher.h"
#include "mongo/db/mongod_options.h"
#include "mongo/db/namespace_string.h"
#include "mongo/db/ops/count.h"