summaryrefslogtreecommitdiff
path: root/src/mongo/db/dbhelpers.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/db/dbhelpers.cpp')
-rw-r--r--src/mongo/db/dbhelpers.cpp8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/mongo/db/dbhelpers.cpp b/src/mongo/db/dbhelpers.cpp
index 4bf272478ad..2d211d94eae 100644
--- a/src/mongo/db/dbhelpers.cpp
+++ b/src/mongo/db/dbhelpers.cpp
@@ -66,6 +66,14 @@
namespace mongo {
+ using std::auto_ptr;
+ using std::endl;
+ using std::ios_base;
+ using std::ofstream;
+ using std::set;
+ using std::string;
+ using std::stringstream;
+
using logger::LogComponent;
const BSONObj reverseNaturalObj = BSON( "$natural" << -1 );