summaryrefslogtreecommitdiff
path: root/src/mongo/db/catalog/index_create.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/db/catalog/index_create.cpp')
-rw-r--r--src/mongo/db/catalog/index_create.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/mongo/db/catalog/index_create.cpp b/src/mongo/db/catalog/index_create.cpp
index 76745822ad0..9d6c723c061 100644
--- a/src/mongo/db/catalog/index_create.cpp
+++ b/src/mongo/db/catalog/index_create.cpp
@@ -35,6 +35,7 @@
#include "mongo/db/catalog/index_create.h"
#include <boost/make_shared.hpp>
+#include <boost/scoped_ptr.hpp>
#include "mongo/base/error_codes.h"
#include "mongo/client/dbclientinterface.h"
@@ -53,6 +54,8 @@
namespace mongo {
+ using boost::scoped_ptr;
+
/**
* On rollback sets MultiIndexBlock::_needToCleanup to true.
*/