summaryrefslogtreecommitdiff
path: root/src/mongo/dbtests/rollbacktests.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/dbtests/rollbacktests.cpp')
-rw-r--r--src/mongo/dbtests/rollbacktests.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/mongo/dbtests/rollbacktests.cpp b/src/mongo/dbtests/rollbacktests.cpp
index 2f7645e7ed1..92710eff8ee 100644
--- a/src/mongo/dbtests/rollbacktests.cpp
+++ b/src/mongo/dbtests/rollbacktests.cpp
@@ -28,6 +28,8 @@
* then also delete it in the license file.
*/
+#include <boost/scoped_ptr.hpp>
+
#include "mongo/bson/bsonobj.h"
#include "mongo/db/catalog/collection.h"
#include "mongo/db/catalog/database_catalog_entry.h"
@@ -39,6 +41,7 @@
#include "mongo/dbtests/dbtests.h"
#include "mongo/unittest/unittest.h"
+using boost::scoped_ptr;
using std::list;
using std::string;