summaryrefslogtreecommitdiff
path: root/src/mongo/db/pipeline/document_source_unwind.cpp
diff options
context:
space:
mode:
authorAndrew Morrow <acm@mongodb.com>2015-01-04 10:21:55 -0500
committerAndrew Morrow <acm@mongodb.com>2015-01-05 18:52:20 -0500
commit0292094b0673177a24bcfe265b82a36dfb4da362 (patch)
tree2d2d511621feeeb9f9fce7c0842d5fb773525a69 /src/mongo/db/pipeline/document_source_unwind.cpp
parente6216fcecb292789846125db28165029727555b9 (diff)
downloadmongo-0292094b0673177a24bcfe265b82a36dfb4da362.tar.gz
SERVER-13256 Remove intrusive_ptr from pch.h
Diffstat (limited to 'src/mongo/db/pipeline/document_source_unwind.cpp')
-rw-r--r--src/mongo/db/pipeline/document_source_unwind.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mongo/db/pipeline/document_source_unwind.cpp b/src/mongo/db/pipeline/document_source_unwind.cpp
index 3116db91968..687d815abb4 100644
--- a/src/mongo/db/pipeline/document_source_unwind.cpp
+++ b/src/mongo/db/pipeline/document_source_unwind.cpp
@@ -39,6 +39,8 @@
namespace mongo {
+ using boost::intrusive_ptr;
+
/** Helper class to unwind array from a single document. */
class DocumentSourceUnwind::Unwinder {
public: