summaryrefslogtreecommitdiff
path: root/src/mongo/db/index/haystack_access_method.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/db/index/haystack_access_method.cpp')
-rw-r--r--src/mongo/db/index/haystack_access_method.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/mongo/db/index/haystack_access_method.cpp b/src/mongo/db/index/haystack_access_method.cpp
index d282ce32d43..826bbc082fb 100644
--- a/src/mongo/db/index/haystack_access_method.cpp
+++ b/src/mongo/db/index/haystack_access_method.cpp
@@ -32,6 +32,8 @@
#include "mongo/db/index/haystack_access_method.h"
+#include <boost/scoped_ptr.hpp>
+
#include "mongo/base/status.h"
#include "mongo/db/geo/hash.h"
#include "mongo/db/index/expression_keys_private.h"
@@ -43,6 +45,8 @@
namespace mongo {
+ using boost::scoped_ptr;
+
HaystackAccessMethod::HaystackAccessMethod(IndexCatalogEntry* btreeState, SortedDataInterface* btree)
: BtreeBasedAccessMethod(btreeState, btree) {