summaryrefslogtreecommitdiff
path: root/src/mongo/db/stats/snapshots_webplugins.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/db/stats/snapshots_webplugins.cpp')
-rw-r--r--src/mongo/db/stats/snapshots_webplugins.cpp6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/mongo/db/stats/snapshots_webplugins.cpp b/src/mongo/db/stats/snapshots_webplugins.cpp
index 53dd5896e70..281ed1dbf5c 100644
--- a/src/mongo/db/stats/snapshots_webplugins.cpp
+++ b/src/mongo/db/stats/snapshots_webplugins.cpp
@@ -38,6 +38,12 @@ namespace {
using namespace html;
+ using std::auto_ptr;
+ using std::fixed;
+ using std::setprecision;
+ using std::string;
+ using std::stringstream;
+
class WriteLockStatus : public WebStatusPlugin {
public:
WriteLockStatus() : WebStatusPlugin( "write lock" , 51 , "% time in write lock, by 4 sec periods" ) {}