diff options
Diffstat (limited to 'src/mongo/dbtests/repltests.cpp')
-rw-r--r-- | src/mongo/dbtests/repltests.cpp | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/mongo/dbtests/repltests.cpp b/src/mongo/dbtests/repltests.cpp index 9b72477905a..1daaae6ec71 100644 --- a/src/mongo/dbtests/repltests.cpp +++ b/src/mongo/dbtests/repltests.cpp @@ -54,6 +54,12 @@ using namespace mongo::repl; namespace ReplTests { + using std::auto_ptr; + using std::endl; + using std::string; + using std::stringstream; + using std::vector; + BSONObj f( const char *s ) { return fromjson( s ); } |