summaryrefslogtreecommitdiff
path: root/src/mongo/db/commands/mr_common.h
diff options
context:
space:
mode:
authorRuoxin Xu <ruoxin.xu@mongodb.com>2021-01-19 15:34:37 +0000
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2021-01-30 21:50:14 +0000
commit193823453567d03d2c41e35e9dd526311c0f6f3f (patch)
tree3dc4d99ea3534ddba3fa70f942c208fc2c7d483c /src/mongo/db/commands/mr_common.h
parent75832e5ba1915f93f858998f6d4205d424fff455 (diff)
downloadmongo-193823453567d03d2c41e35e9dd526311c0f6f3f.tar.gz
SERVER-51624 Modify query commands to enforce API version 1 behaviour
Diffstat (limited to 'src/mongo/db/commands/mr_common.h')
-rw-r--r--src/mongo/db/commands/mr_common.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mongo/db/commands/mr_common.h b/src/mongo/db/commands/mr_common.h
index c3e80c11874..5e5c6dc55e7 100644
--- a/src/mongo/db/commands/mr_common.h
+++ b/src/mongo/db/commands/mr_common.h
@@ -36,6 +36,7 @@
#include "mongo/db/commands/map_reduce_gen.h"
#include "mongo/db/jsobj.h"
#include "mongo/db/namespace_string.h"
+#include "mongo/db/pipeline/pipeline.h"
namespace mongo::map_reduce_common {