summaryrefslogtreecommitdiff
path: root/src/mongo/dbtests/indexupdatetests.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/dbtests/indexupdatetests.cpp')
-rw-r--r--src/mongo/dbtests/indexupdatetests.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/mongo/dbtests/indexupdatetests.cpp b/src/mongo/dbtests/indexupdatetests.cpp
index f76292e2871..30ac55d7389 100644
--- a/src/mongo/dbtests/indexupdatetests.cpp
+++ b/src/mongo/dbtests/indexupdatetests.cpp
@@ -28,6 +28,8 @@
* then also delete it in the license file.
*/
+#include <boost/scoped_ptr.hpp>
+
#include "mongo/db/catalog/collection.h"
#include "mongo/db/catalog/index_catalog.h"
#include "mongo/db/catalog/index_create.h"
@@ -44,6 +46,8 @@
namespace IndexUpdateTests {
+ using boost::scoped_ptr;
+
static const char* const _ns = "unittests.indexupdate";
/**