summaryrefslogtreecommitdiff
path: root/src/mongo/db/pipeline/document.cpp
diff options
context:
space:
mode:
authorAndrew Morrow <acm@mongodb.com>2015-01-04 11:18:44 -0500
committerAndrew Morrow <acm@mongodb.com>2015-01-05 18:52:20 -0500
commit0c4d932be42022627cd1e8a826fc69cd3edac23f (patch)
tree3b14e59cf6317d69d1bf138dff2a185ac1765235 /src/mongo/db/pipeline/document.cpp
parent0292094b0673177a24bcfe265b82a36dfb4da362 (diff)
downloadmongo-0c4d932be42022627cd1e8a826fc69cd3edac23f.tar.gz
SERVER-13256 Remove scoped_array from pch.h
Diffstat (limited to 'src/mongo/db/pipeline/document.cpp')
-rw-r--r--src/mongo/db/pipeline/document.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mongo/db/pipeline/document.cpp b/src/mongo/db/pipeline/document.cpp
index 07ef3123c53..12315636b4d 100644
--- a/src/mongo/db/pipeline/document.cpp
+++ b/src/mongo/db/pipeline/document.cpp
@@ -34,6 +34,7 @@
#include "mongo/db/pipeline/document.h"
#include <boost/functional/hash.hpp>
+#include <boost/scoped_array.hpp>
#include "mongo/db/jsobj.h"
#include "mongo/db/pipeline/field_path.h"