summaryrefslogtreecommitdiff
path: root/src/mongo/db/pipeline/accumulator_test.cpp
diff options
context:
space:
mode:
authorAndrew Morrow <acm@mongodb.com>2016-12-10 22:01:46 -0500
committerAndrew Morrow <acm@mongodb.com>2016-12-14 09:22:24 -0500
commita20ff1fe0d639d703314b36031d829c8713c2a91 (patch)
tree6f03762fc5daaf812400513b8bfddfb9a4222aee /src/mongo/db/pipeline/accumulator_test.cpp
parent64f1ca4537d17ea65ceeb05885b48732a314cc02 (diff)
downloadmongo-a20ff1fe0d639d703314b36031d829c8713c2a91.tar.gz
SERVER-23103 Move assembleResposne to its own library
Diffstat (limited to 'src/mongo/db/pipeline/accumulator_test.cpp')
-rw-r--r--src/mongo/db/pipeline/accumulator_test.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mongo/db/pipeline/accumulator_test.cpp b/src/mongo/db/pipeline/accumulator_test.cpp
index d2ef7d7e445..c2619b3d31d 100644
--- a/src/mongo/db/pipeline/accumulator_test.cpp
+++ b/src/mongo/db/pipeline/accumulator_test.cpp
@@ -35,6 +35,7 @@
#include "mongo/db/pipeline/expression_context.h"
#include "mongo/db/query/collation/collator_interface_mock.h"
#include "mongo/dbtests/dbtests.h"
+#include "mongo/stdx/memory.h"
namespace AccumulatorTests {