summaryrefslogtreecommitdiff
path: root/src/mongo/db/catalog/collection.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/db/catalog/collection.cpp')
-rw-r--r--src/mongo/db/catalog/collection.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/mongo/db/catalog/collection.cpp b/src/mongo/db/catalog/collection.cpp
index 642466a73e2..1b1bb6153cb 100644
--- a/src/mongo/db/catalog/collection.cpp
+++ b/src/mongo/db/catalog/collection.cpp
@@ -56,6 +56,10 @@
namespace mongo {
using boost::scoped_ptr;
+ using std::endl;
+ using std::string;
+ using std::vector;
+
using logger::LogComponent;
std::string CompactOptions::toString() const {