diff options
Diffstat (limited to 'src/mongo/db/projection.cpp')
-rw-r--r-- | src/mongo/db/projection.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/mongo/db/projection.cpp b/src/mongo/db/projection.cpp index 1e13dae4e30..abdba593da1 100644 --- a/src/mongo/db/projection.cpp +++ b/src/mongo/db/projection.cpp @@ -43,6 +43,10 @@ namespace mongo { using boost::shared_ptr; + using std::auto_ptr; + using std::endl; + using std::max; + using std::string; void Projection::init(const BSONObj& o, const MatchExpressionParser::WhereCallback& whereCallback) { |